Skip to content

Christian-G/pulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PULSE APP

Set up database

Make sure Postgres listens to localhost

sudo su - postgres
psql -c "create user pulse with password 'pulse' CREATEDB"

try this command if asked for a password exit

bundle install
rake db:create

Tests

run your tests with rspec

Run Server

rails server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors