INSTALLATION

To date, the ROADBOOK CREATOR project is no longer maintained on Github. I therefore do not recommend the installation. I recommend direct use on https://roadbook.alexp.fr


To install ROADBOOK CREATOR:

Solution 1: directly from your server

sudo git clone https://github.com/AlexPfr0/ROADBOOK-CREATOR.git

Solution 2: from an ftp client

  1. Unzip the file on your desktop
  2. Upload the file to your server via an ftp client

Finalize the installation

Finally, you will have a few things to do:

cd ROADBOOK-CREATOR /
 
# Give write rights on folders
sudo find Pictogrammes/ -type d -exec chmod 777 {} \;
 
# Read only on images (to avoid overwriting)
sudo find Pictogrammes/ -type f -exec chmod 444 {} \;
 
# Allow RBK file upload
sudo chmod 777 upload/;

Note: if it does not work, change the owner of the folder

sudo chown -R www-data:www-data ROADBOOK/