From 7108c6d97c059c9bdfb27e9f17a199655e2dfb04 Mon Sep 17 00:00:00 2001 From: who cares Date: Thu, 19 Jun 2014 14:52:59 -0400 Subject: [PATCH] added two more steps to getting started --- gettingStarted.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gettingStarted.txt b/gettingStarted.txt index 3a500fcb..f0327394 100755 --- a/gettingStarted.txt +++ b/gettingStarted.txt @@ -17,9 +17,12 @@ To get started using the app there a few requirements and steps. You will need t 7) from the acilos directory, run - make install - to download other dependencies, including DojoToolkit, nerveTattoo ES Client, AWS-client, and others. -8) fromt he acilos/src directory run - php composer.phar install - to install any remaining dependencies +8) from the acilos/src directory run - php composer.phar self-update - then - sudo apt-get install php5-curl - and - +php composer.phar install - to install any remaining dependencies -9) start apache and from the acilos/src directory run - sudo sh start.sh - which will set up the data mining cronjobs, the cronManager shell scripts, start elasticsearch, and give all subsequent files and folders permissions. +9) from the command line run - sudo a2enmod rewrite - to turn on the apache rewrite rule -9) Go to main domain page (http://YourDomain.com/) and you will be taken to the credentials page where you can follow our walkthroughs on setting up developer apps and adding in their key/secrets to the credentials page. After that is done you will be taken to login.php where you should log in normally with your account and begin using the app. +10) start apache and from the acilos/src directory run - sudo sh start.sh - which will set up the data mining cronjobs, the cronManager shell scripts, start elasticsearch, and give all subsequent files and folders permissions. + +11) Go to main domain page (http://YourDomain.com/) and you will be taken to the credentials page where you can follow our walkthroughs on setting up developer apps and adding in their key/secrets to the credentials page. After that is done you will be taken to login.php where you should log in normally with your account and begin using the app.