Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 724 Bytes

File metadata and controls

21 lines (15 loc) · 724 Bytes

ScotLUG Website

This is a very early Rails prototype of the new ScotLUG website, currently hosted at http://scotlug-staging.herokuapp.com/. See also ScotLUG/scotlug.github.io, a static site which is currently ahead of this repository.

Getting Started

To serve the website locally, ensure you have Ruby 2.1.5 and Postgresql installed, then run

$ bin/setup
$ bin/rails server

from the application directory.

Code Status

Build Status