Home > pitslamp

pitslamp

Pitslamp is a project mainly written in JAVASCRIPT and RUBY, it's free.

The official Pitslamp website

PITSLAMP

This is the open-sourced website of the official PitsLamp website!

GET THE SITE ONLINE

These are the small steps you should execute to get this site online.

First of all you should install the necessary gems:

bundle install

Next you should change the configuration data in the config/config.yml file to your personal credentials:

pitslamp:
  owner_email:    <email-from-the-owner>
  gravatar_email: <email-user-to-fetch-your-gravatar>
  login:          <your-admin-login>
  password:       <your-admin-password>
  type:           <type-of-pitslamp-site-for-layout>

Next you should add a database.yml file containing the following if you wish to use SQLite:

development:
  adapter: sqlite3
  database: db/development.sqlite3
  pool: 5
  timeout: 5000

Next create and migrate your database:

rake db:create
rake db:migrate

Now the application should work!

ADMINISTRATING PAGES

Below you'll find the links to administrate the website

  • create/edit/delete pages: /admin/pages
  • create/edit/delete flickr sets: /admin/flickr
  • create/edit/delete blog posts: /admin/blog
  • edit menu sorting: /admin/menu
  • edit home_page: /admin/homepage

QUESTIONS?

Just ask me on Github!

Previous:cc.spr2