Skip to content

yukinoraru/heroku-minimal-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Minimal Bootstrap with Cedar stack

This bootstrap allows us to host static sites on Cedar stack (Ruby&Rack).

It's pretty simple and minimal.

Demo: http://heroku-minimal.herokuapp.com/

Static sites hosting with Ruby is pretty easy on Bamboo stack, but Cedar stack is different. You should understand and obey some rules: needed for put Procfile, or Gemfile, etc....

Usage

Just put html/css/js to public/

After add/edit, type following commands.

% git add .
% git commit -m 'some msg'
% git push heroku master
% heroku open

That's all. :)

Local development

Just type foreman check && foreman start and access http://localhost:5000/

About

Minimal bootstrap for static site hosting with Heroku (on cedar stack)

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors