- Open Terminal
Go to
cd ~/Sites
Copy (clone) the Github/Origin repository. Execute
git clone --recursive git@github.com:aquaverde/{REPO}.git {MyNewProjectFolder}Auth will be asked. Insert your public key into your Github account.
Open folder
cd {MyNewProjectFolder}/aquarius/coreand execute
make
This will check for extern libraries needed in Aquarius.
Open folder
cd ..
and execute
touch AQUARIUS_MAINTENANCE.CASUAL
- Open your favorite browser and go to "http://{localhost}/aquarius/core/backend/setup.php"
Make sure you have already configured your local server MAMP. DB and Tables are automatic generated into your local PhpMyAdmin.
- See Aquarius documentation for next steps.