You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dominik Burgdörfer edited this page Jun 9, 2016
·
2 revisions
webdesignio is currently under heavy development. If you want to test the actual features or you're a beta tester, use the following steps to get up and running.
Make sure, mongodb is installed. Further installation-instructions can be found here
Change to the platform repository. And setup a test cluster:
$ cd webdesignio/; npm i; npm start &
Now the cluster is running.
Go to the cli repository and link it as a binary.
$ cd ../webdesignio-cli; npm i; npm link
Ok, you're set. Now you can use the cli, to send commands to the cluster. The repository contains a test project. To set it up use the following steps:
Go to the sample project and authenticate (currently there's no user/password needed) using:
$ cd spec/sample; wdio login http://localhost:3000