Skip to content

Testing

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

  • Pull the platform repository:

    $ git clone https://github.com/webdesignio/webdesignio.git

  • Pull the cli repository:

    $ git clone https://github.com/webdesignio/webdesignio-cli.git

  • 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

Clone this wiki locally