Skip to content

nebulab/spree-invite-a-friend-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spree Invite a Friend Example

Spree Invite a Friend Example is an example on how to install DeviseInvitable on Spree. It's a demo application made for the Installing Devise Invitable on Spree blogpost.

Setup

  1. Clone the repo:

     $ cd ~/Code
     $ git clone git@github.com:nebulab/spree-invite-a-friend-example.git
     $ cd spree-invite-a-friend-example
    
  2. Installed the required gems:

     $ bundle install
    
  3. Create the development database (with example data):

     $ rake db:setup && rake spree_sample:load
    
  4. You're up and running. Just start the server:

     $ rails server
    
  5. Play around with Spree and DeviseInvitable. Login with your generated user and visit http://localhost:3000/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages