Skip to content

Create a new RAPP user

Aris Thallas edited this page Jul 1, 2016 · 3 revisions

Use the create_rapp_user.sh to create and authenticate a new RAPP User.

It requires the RAPP Platform to be launched.

. ~/rapp_platoform/rapp-platform-scripts/deploy/deploy_rapp_ros.sh

Then execute:

$ cd ~/rapp_platform/rapp-platform-catkin-ws/src/rapp-platform/rapp_scripts/devel
$ ./create_rapp_user.sh

The script will prompt to input required info

$ ./create_rapp_user.sh

Minimal required fields for mysql user creation:
* username
* password
* language (can be ommited)

This will create the new user, log him in and return the session token. This should be saved in the proper robot folder as specified by the RAPP-API documentation

Clone this wiki locally