If you want to run the Tegon platform yourself, instead of using our cloud product, you can use this repository to get started.
It's highly recommended you read our self-hosting guide, which contains more detailed instructions and will be more up-to-date.
If you want to self-host the Tegon platform, when you're developing your web app locally you'll need to run the Tegon platform locally as well.
- Clone this repository and navigate to it:
git clone https://github.com/tegonhq/docker.git
cd docker
-
Populate any missing .env file values. (See the .env.example file for more instructions)
-
Run the start script and follow the prompts
./start.sh
- Run the stop script
./stop.sh
You should now be able to access the Tegon dashboard at http://localhost:8000.
To create an account
./create-resources.sh
Our main docs are at docs.tegon.ai.