A protocol translator for the UQ Radioactivity Lab
Installation:
This protocol translator was developed with Ratchet (http://socketo.me/), a WebSockets library for PHP. Composer (https://getcomposer.org/) is used to manage the dependencies.
-
Rename ~/src/MyApp/iLab/public/config.php.dist to ~/src/MyApp/iLab/public/config.php
$ cp src/MyApp/iLab/public/config.php.dist src/MyApp/iLab/public/config.php
-
Configure the database and iLab credentials in config.php
-
cd to Run:
$ php install.php [db_root_password]
It will download composer to the working directory, install the dependencies, create the database, database user and assign all privileges to the user on the recently created database.