Skip to content

Commit

Permalink
added two more steps to getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
who cares committed Jun 19, 2014
1 parent 34935b9 commit 7108c6d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions gettingStarted.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 7108c6d

Please sign in to comment.