HOSTING : 2.3. Initialize a local installation

  1. Open Terminal
  2. Go to 

    cd ~/Sites
  3. 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. 

  4. Open folder

    cd {MyNewProjectFolder}/aquarius/core

    and execute

    make

    This will check for extern libraries needed in Aquarius. 

  5. Open folder

    cd ..

    and execute

    touch AQUARIUS_MAINTENANCE.CASUAL
  6. 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.
     
  7. See Aquarius documentation for next steps.