The development environment can be built on any machine that has required applications installed. Setting up development environment is done automatically when following commands are executed:
git clone https://github.com/6aika/sixodp.git
cd sixodp
git submodule update --init --recursive
npminstall
npm run build
vagrant up
Setting up the environment can take half an hour.
Once ansible has installed everything inside the virtual machine, the environment is available at https://10.106.10.10/. The default password in development environment are admin / admin in WordPress and admin / adminadmin in CKAN.