| <p>All the RIBF123 elog website (including Takechi and Fallon experiment) can be downloaded and installed from the following link:</p>
<p>https://drive.google.com/file/d/0B5rBCXKaAWNARVViSTBNSE80RzQ/view?usp=sharing</p>
<p>To run and view the elog website in your local computer (tested with Centos 7, it may work with Ubuntu or any other linux distro)</p>
<p>- Extract the downloaded file:</p>
<p>tar -xvzf elogBRIKEN2016.tar.gz</p>
<p>- Go to the extracted directory and execute make</p>
<p>cd elogBRIKEN2016</p>
<p>make</p>
<p>- Run elogd service:</p>
<p>./elogd start</p>
<p>then it will display:</p>
<p>elogd 3.1.2 built Dec 8 2016, 13:24:26 revision bd75964<br />
CKeditor detected<br />
ImageMagick detected<br />
Indexing logbooks ... <br />
Create empty password file "logbooks/ribf.passwd"<br />
done<br />
Server listening on port 3333 ...<br />
</p>
<p>- Go to your web browser, enter </p>
<p>http://localhost:3333</p>
<p>- It will ask you to register a new elog account, fill in your prefered information</p>
<table cellspacing="0" style="width:100%">
<tbody>
<tr>
</tr>
<tr>
<td>Login name:</td>
<td> </td>
<td><em>(name may not contain blanks)</em></td>
</tr>
<tr>
<td>Full name:</td>
<td colspan="2"> </td>
</tr>
<tr>
<td>Email:</td>
<td colspan="2"> </td>
</tr>
<tr>
<td>Password:</td>
<td colspan="2"> </td>
</tr>
<tr>
<td>Retype password:</td>
</tr>
</tbody>
</table>
<p>and press Save button</p>
<p>- Next, it will ask you to choose which logbook you want to subcribe, in this case we should choose: RIBF123, then press Save buttom at the top left connner (see attached photo)</p>
<p>- The experimental log should be displayed then. Select RIBF123.</p>
<p> </p>
<hr />
<p> </p>
<p>Ubuntu 16</p>
<p>Please, update/install the following packages:</p>
<p>sudo apt-get install python-pip python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev libjpeg8-dev zlib1g-dev</p>
<p> </p> |