meta données pour cette page
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
- Download the zip from Github: https://github.com/AlexPfr0/ROADBOOK-CREATOR/archive/master.zip
- Unzip the file on your desktop
- 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/