Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Getting Running Locally

Nathan Struhs edited this page May 19, 2019 · 12 revisions

Prerequisites for Mac/Linux

Install Brew

Mac : Here

Linux : Here

Once you have brew installed

Install postgresql

brew install postgresql

Install RVM and Ruby 2.5.1

curl -L https://get.rvm.io | bash -s stable --auto-dotfiles --autolibs=enable --ruby
rvm get stable --autolibs=enable --auto-dotfiles
rvm install 2.5.1
rvm use 2.5.1 

Install NPM

brew install node

Install bundler

rvm @global do gem install bundler

Cloning and Install

git clone [email protected]:osu-cascades/batabase.git
cd .batabase/ 
npm run init

AWS Account for image storage

Get a AWS account. Create a s3 bucket. Add your AWS key ID , access secret, region and bucket name to the .env file.

Running it finally

rails server

./bin/webpack-dev-server

bundle exec guard