Skip to content
Richard Gillette edited this page Mar 28, 2014 · 25 revisions

acilos, your personal social valet, 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.

The application was developed by Omnibond.com and is built using the following other projects: elasticsearch — http://www.elasticsearch.org/download/ dojo — http://download.dojotoolkit.org/ dojo-mama — https://github.com/OpenClemson/dojo-mama twitter abraham client — https://github.com/abraham/twitteroauth nerve-tattoo es client — https://github.com/nervetattoo/elasticsearch d3 Data Driven Documents — http://d3js.org/ php - www.php.net

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 \n
  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 project code in a location so that the apache webroot points at PATH/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.

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.

Clone this wiki locally