Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 955 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 955 Bytes

Ark Services Playbook

About

This is the Ansible playbook for Arks Service web application (https://github.com/digitalutsc/arks-service).

Installation

  1. Open a Terminal, clone this repo to your machine, by running:
git clone https://github.com/digitalutsc/arks-service-playbook.git
  1. To run the VM, cd path/ark-services-playbook, then run vagrant up.

  2. 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
    
  3. In your machine:

    • Run sudo nano /etc/hosts, adding the following:
        127.0.0.1       ark.demo
    
  4. To initial setup for the application, go to http://ark.demo/admin/install.php.

  5. To start using the application, go to http://ark.demo/admin/admin.php.

Usage

Please visit full documentation at https://github.com/digitalutsc/arks-service/wiki#usage