This SDK is an open source project by Mobile Devices intended to make development of agents in our cloud environment quick and easy.
To save you from installing and managing the dependencies of this SDK, we advise you to use our VM (virtual machine) which contains all you need to run this SDK.
The VM will automatically start the admin server on http://localhost:5000. If not, use the ruby-agents-sdk
script:
./ruby-agents-sdk start_admin
Once the admin server is started, access the nice GUI at http://localhost:5000 with your favorite browser. More documentation is available from this GUI.
irc.freenode.org
, channel #mdisdkvm
- Start the admin server:
./ruby-agents-sdk start_admin
- Stop the admin server:
./ruby-agents-sdk stop_admin
- Restart the admin server:
./ruby-agents-sdk restart_admin
This work is released under the GPLv2 license. See LICENSE.txt for details.