Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

andypiper/sinatra-static-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleWeb

A trivial app to demonstrate serving of static content using the Sinatra framework in Ruby.

Some sample / placeholder content is provided (styled with Bootstrap) but the expectation is that the user will replace the contents of the public directory with files for static serving by the Ruby app.

Read more about the motivation for this on my blog.

Overview

This example uses:

Deployment

What are all these files?

Nothing, really. No, really. Everything in the public folder is there as a placeholder. All you need to get going is the web.rb file (well, OK, you need the Gemfile and config.ru too).

Put your own static web content (with an index.html file, and maybe a 404.html file) in the public folder, and either:

  • run bundle install then rackup from the root directory; or
  • deploy to Cloud Foundry as a Rack/Sinatra application

... and you are good to go.

Optionally, fiddle with the settings in the top of the web.rb file to tweak how things work.

There is an example Cloud Foundry manifest.yml(.example) file - if you wish to use this for one-push deployment, rename to manifest.yml and edit the name of the application to be something unique for your Cloud Foundry installation, or the push will fail.

About

A trivial Sinatra-based web server, strictly for static content.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Contributors 2

  •  
  •