Skip to content

zwr/newshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NewSHop

This will become the NewShop shop framework.

For now, you should have done the following:

  • Installed Ruby 2.0.0 or later. I recommend installing Ruby via RVM. You are on your own with older versions, so don't.

  • Installed RubyGems 2.2. (which RVM should have done for you).

  • Installed and started MongoDB. I did this on Ubuntu:

      sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
      echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
      sudo apt-get update
      sudo apt-get install mongodb-org
      sudo service mongod start  # this you will do every time you need it!
    
  • In Osx

    • Install brew, probably you want to do brew doctor before anything brew install mongodb
    • Create database directory where you want to put the db and run it with mongod --dbpath .

After cloning this, you should:

That's all there is right now.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages