-
Install Postgres. The easiest way to do this is the with Postgres.app
-
Install Rails at the command prompt if you haven't yet:
$ gem install rails
-
Clone the TEDxBerkeley app into your workspace:
$ git clone https://github.com/TEDxBerkeley/tedxberkeley.org.git
-
Create a new rails project from the project directory. Answer
n
to Overwriting files:$ rails new project_directory
-
Install dependencies:
$ bundle install
-
Create database:
$ rake db:create
-
Run Migrations:
$ rake db:migrate
-
Add seed data:
$ rake db:seed
-
Run tests:
$ rspec
-
Run Application.
$ rails s
-
Notifications
You must be signed in to change notification settings - Fork 0
Ruby on Rails TEDxBerkeley website (deprecated)
License
TEDxBerkeley/TEDxBerkeley-RoR
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Ruby on Rails TEDxBerkeley website (deprecated)
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published