-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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.
To get started using the app there are few requirements and steps. You will need to install the following:
-
Java 1.6 - issues have been reported using 1.7 so for best results use
apt-get install openjdk-6-jdk
-
Apache/HTTPD -
apt-get install apache
orapt-get install httpd
-
Install PHP
apt-get install php
-
Download Composer
-
Download the acilos tarball
-
Untar/install in project code in a location so that the apache webroot points at PATH/acilos/src
-
From the acilos directory, run - make install - to download other dependencies, including DojoToolkit, nerveTattoo ES Client, AWS-client, and others.
-
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.
-
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
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.