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.
To serve the website locally, ensure you have Ruby 2.1.5 and Postgresql installed, then run
$ bin/setup
$ bin/rails serverfrom the application directory.