This is the Ansible playbook for Arks Service web application (https://github.com/digitalutsc/arks-service).
- Open a Terminal, clone this repo to your machine, by running:
git clone https://github.com/digitalutsc/arks-service-playbook.git
-
To run the VM,
cd path/ark-services-playbook
, then runvagrant up
. -
When VM is running, to remote access run
vagrant ssh
- After access the VM, run
sudo nano /etc/hosts
, then adding the following:
127.0.0.1 ark.demo
- After access the VM, run
-
In your machine:
- Run
sudo nano /etc/hosts
, adding the following:
127.0.0.1 ark.demo
- Run
-
To initial setup for the application, go to http://ark.demo/admin/install.php.
-
To start using the application, go to http://ark.demo/admin/admin.php.
Please visit full documentation at https://github.com/digitalutsc/arks-service/wiki#usage