Quickstart

From your project root, start the web server:

sharpie-web runserver

Go to the admin interface at localhost:8000/admin and log in with your superuser name and password.

Add a new runner Runner > Runners > add and choose a connection key (e.g., “my_secret”).
Select “SAVE”.
Create a new consent form Accounts > Consents > add.
Fill in the required forms and select “SAVE”.

Open a new terminal in the SHARPIE root directory, and start the runner:

conda activate sharpie_env
sharpie-runner runserver --connection-key=my_secret
Now open a third terminal and install example experiments from the Gallery.
git clone https://github.com/hybrid-intelligence/SHARPIE_Gallery.git
conda activate sharpie_env
sharpie-install amaze --gallery-dir path/to/SHARPIE_Gallery
sharpie-install mountain --gallery-dir path/to/SHARPIE_Gallery
sharpie-install spread --gallery-dir path/to/SHARPIE_Gallery

Now browse to localhost:8000 and test your experiment.