Skip to content

imasimali/theia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



Deploy

Deploy

Theia IDE on Zeet and Heroku

One click deployment of Theia IDE on the Zeet Platform and Heroku.

Modify package.json file according to your ide needs.

For manual installation follow these steps.

Install Docker and the Heroku CLI

Build and Run Locally

docker build -t theia/v1 .
docker run -p 3000:3000 -e PORT=3000 -it theia/v1 yarn theia start /home/project --hostname 0.0.0.0

Browse to http://localhost:3000/

Build and Deploy

Create a Heroku app:

heroku create

Note the Heroku app name, and add the Heroku Git repository as a remote to this Git repository:

heroku git:remote -a [heroku-app-name]

Set the app's stack to container:

heroku stack:set container -a [heroku-app-name]

Deploy the app:

git push heroku master

Now open the app in your browser:

heroku open

Theia

About

One-Click Theia IDE on Zeet and Heroku Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published