Skip to content

Commit

Permalink
added in a gettingStarted file with instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Mar 19, 2014
1 parent b8fe18a commit 437061c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions gettingStarted.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Thank you for choosing to download Acilos, private social valet. We appreciate your support.

To get started using the app there a few requirements and steps. You will need to install the following:
1) Apache/HTTPD - apt-get install apache/httpd

2) PHP - apt-get install php

3) Composer - https://getcomposer.org/doc/00-intro.md

4) download the Acilos tarball/source from /~https://github.com/omnibond/acilos

5) untar/install in a location so that the apache webroot points at acilos/src

6) from the acilos directory, run - make install - to download other dependencies, including DojoToolkit, nerveTattoo ES Client, AWS-client, and others.

7) 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.

8) 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 437061c

Please sign in to comment.