Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1003 Bytes

File metadata and controls

19 lines (14 loc) · 1003 Bytes

quickstart Orchestration

This orchestration is meant for testing or demos on your local machine. It can also be used as a basis for modification if you need to set up a new database and/or IRC server (since this orchestration will create both by default).

The quickstart.sh script in the root of this repo will take care of setting this up from scratch, including a simple configuration and loading the initial database schema.

Only use the script for initial setup. If you want to re-run it again, just use docker-compose up from this directory as normal.

Once docker-compose is running, point your IRC client at localhost:42667 and join #T9-console. Check the user docs to learn how to define your first function. You can then join #general to interact with T9 without seeing log messages.

If you want to totally destroy the quickstart environment including all data, use the clean-quickstart.sh script in the root of this repo.