forked from omnibond/acilos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgettingStarted.txt
19 lines (10 loc) · 1.18 KB
/
gettingStarted.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.