Skip to content
Colin Campbell edited this page May 6, 2016 · 4 revisions

Running Demos with Vagrant

Provided is a a Vagrant & Ansible config to quickly get a dev box up and running.

Requirements

Please follow the directions for your OS to install both Vagrant & Ansible.

Check out the osrs-toolkit-php repository

git clone https://github.com/OpenSRS/osrs-toolkit-php

Go to the osrs-toolkit-php root folder

cd osrs-toolkit-php

Make a copy of the template config

cp opensrs/openSRS_config.php.template opensrs/openSRS_config.php

Edit the config with your favourite editor and save your own reseller settings

vim opensrs/openSRS_config.php

Start the vagrant box

vagrant up 

View toolkit demo at localhost:8080

Clone this wiki locally