Skip to content

sinnrrr/videil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Videil - code server for PaaS

Videil (vim-ideil) - config for hosting code-server on your favorite platform

One-click deployment

Deploy to Heroku Deploy to Zeet

Demo

The demo link can be found in the description of this repo (password: 123asd123)

Supported platforms

Deploy it by your own hands

Heroku

Create your heroku app, enter to its folder, and clone the videil repository:

git clone https://github.com/sinnrrr/videil .

Then, set the buildpack of the app:

heroku buildpacks:add https://github.com/weibeld/heroku-buildpack-run

Final thing is to deploy it to Heroku. Simply run the following command:

git push heroku master