Setup
Install Command Line Tools
To interact with the platform via the command line, install the contextal
package:
pip install contextal
Create Profile
To create a default tutorial
profile to access Contextal Platform run the following command:
ctx config create tutorial http://localhost:8080 --set-default
The ctx
tool will perform a test connection to the platform to validate the settings.