From 437061c79c4ce5b5c101558bd40b3e0d4ed7cec4 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 19 Mar 2014 15:57:44 -0400 Subject: [PATCH] added in a gettingStarted file with instructions --- gettingStarted.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 gettingStarted.txt diff --git a/gettingStarted.txt b/gettingStarted.txt new file mode 100644 index 00000000..31aa9ca0 --- /dev/null +++ b/gettingStarted.txt @@ -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. +