Skip to content
Manuel Gonzales edited this page Feb 2, 2015 · 25 revisions

Acilos, your private social valet - This app allows you to interact with social networks. Acilos can run locally or in the cloud and is accessible via desktop and mobile with a responsive interface. Thank you for choosing to be a part of acilos, we appreciate your support.

Getting Started

Getting Started

To get started using the app there are few requirements and steps. You will need to install the following:

  1. Java 1.6 - issues have been reported using 1.7 so for best results use apt-get install openjdk-6-jdk

  2. Apache/HTTPD - apt-get install apache2 or apt-get install httpd

  3. Install PHP and dependencies apt-get install php5-cli && apt-get install php-curl

  4. Download and Install Composer Linux/Unix/OSX Windows

  5. Download the acilos tarball

  6. Untar/install in project code in a location so that the apache document root points at PATH/acilos/src

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

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

Setting up apps is the most laborious part of the installation procedure and some services to require you to add a phone number. Any number of apps can be added initially (from 1-4) and more can be added from within the app from the settings->manage accounts tab. Please follow our walkthrough for a more in depth guide of this process

Amazon Instances

Acilos is also available to install as an AMI from the Amazon AWS console that will launch the app on a t1.micro instance from your AWS Console. The Images are still in Beta and are updated frequently.

Current Image on Amazon:

Name: AcilosBeta4

ID: ami-8faabbe6

Description: acilos beta 4 ready to run image

Clone this wiki locally