The repository within which the applications will be installed. Sources:
You need:
The installers are setup so that your DocumentRoot is /www/sites
and your folder structure will be:
www
|__ sites
|__ api
|__ deploy
|__ public
The folders "api", "deploy" and "public" will be created with the installer "first-install-locally-mac.sh" script.
Please follow the following step to setup your machine. Run those commands with Terminal:
cd ~
mkdir wwww
cd wwww
# clone this repository
git clone https://github.com/Puzzlout/TrekToursInstaller.git
# Rename TrekToursInstaller to sites
mv TrekToursInstaller sites
# Install the applications
bash sites/global/first-install.sh /www/sites/ local
While the installers are running:
http://localhost/api/web
or the URL to the API if you decided to use the virtual host. Coming soon...
https://github.com/Puzzlout/TrekToursInstaller.git
in "Clone from Git".bash c9/first-install.sh
(READ THE NOTES BEFORE RUNNING THIS COMMAND)Note 1: it will update the server and the PHP version to 7.0.8. Check out the script php-upgrade.sh
in the deploy
folder
Note 2: when prompted for the API database name, input "c9".
Note 3: when prompted for the API service URL during the website installation, input "https://***{{your workspace name}}-{{your c9 username}}***.c9users.io/api/web/app.php.
Please request access to this document.
Please request access to this document