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:
sudo git clone https://github.com/AlexPfr0/ROADBOOK-CREATOR.git
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/