Skip to content

lkkadiri/pad-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diamond Brite

This is a website that I am putting together for a buddy of mine for his pool service. Been trying to brush up some front end skills so here is my go at front end development. It uses twitter bootstrap with modified parallax fluid css.

Demo at diamond brite poolservice.

Installation

Install RVM

curl -L https://get.rvm.io | bash -s stable --ruby

Look at RVM for more details.

Install Padrino with RVM

rvm gem install padrino

Look at Padrino for more documentaion on Padrino.

Clone the pad-db Repo

git clone git@github.com:lkkadiri/pad-db.git

Get into the directory

cd pad-db/

Bundle Install

======

bundle install

Create, Migrate and seed the padrino database

padrino rake ar:create

padrino rake ar:migrate

padrino rake seed

Start Padrino

padrino start

Goto Site

Point your browser to

http://localhost:3000/

Who Are You?

I'm Leela Krishna Kadiri.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published