-
-
Notifications
You must be signed in to change notification settings - Fork 819
Deploy to Digital Ocean
DigitalOcean infrastructure is a leading cloud service provider based in the United States of America. Their headquarter operates from New York City, and their data centers are prevalent in every corner of the world in order to provide seamless cloud services across the globe.
Click Create -> Apps
Choose Docker Hub as the source. Choose the type as "Worker" (as we are not making any web app).
In the next step,the repository path is "aahnik/tgcf".
You can now set the values of the environment variables from this beautiful interface provided by Digital Ocean.
Give any name to your app. After this, you will be lead to a pricing page. Choose a pricing plan suitable for you and click "Launch basic app".
If you want more control, you may run tgcf
on a VPS like DigitalOcean's ubuntu droplets.
Steps:
- Create a Droplet
- SSH into it
- Update packages
- Install python
- Install
tgcf
- Use
tgcf
CLI
Details coming soon!
Have a question? Ask in the discussion forum. But make sure to read the wiki first.