curl -sS https://getcomposer.org/installer | php
git clone https://github.com/jim0thy/ellis.git
Download the zip file and unzip it somewhere
composer install
Create a .env
file in the root of the git repository
touch .env
Add the following to the file, replacing the placeholders with your data and save:
SERIAL_NO=<device serial no>
USER_ID=<immsersun id>
PASSWORD=<immsersun password>
Create a new site on your server and point it to <filelocation>/public
To test locally, cd
to folder you copied the git repo to and run:
php public/index.php