-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Marius Avram edited this page Mar 21, 2016
·
1 revision
You can do it with our classis-ansible repository:
git@github.com:LearningData/classis-ansible.git
Clone it on your machine and execute:
./install.sh
It will install ansible on your machine. Then answer the questionnaire. Type development or production.
For development, VirtualBox and Vagrant are installed. After the installation you will only need to vagrant up your machine and start working on any issue or feature. A default database should be ready in your database to be able to work.
For production, you will need SSH access (best way to add you generated SSH keys to the authorised keys file) and other server details, for instance, IP.
Please follow the classis-ansible README for more details.