This is the brandbuddee source code. It is written in Ruby on Rails and uses Twitter Bootstrap as a design framework.
- Install Ruby: For Linux or OSX use RVM. For Windows use the Installer.
- Make sure RubyGems is installed
- Install Rails using
gem install rails
- Install MongoDB
- Install ImageMagick
- Clone this repo to your machine using
git clone https://github.com/Server4001/brandbuddee.git
- Navigate to the folder you just cloned titled: brandbuddee and run
bundle
- Start the rails server by running
rails s