The number-one site for up to date Husker news.
- If you're on a Mac, get Homebrew
- Install mysql server and client on your computor.
- Install git
brew install gitorsudo apt-get install git - Install rvm
\curl -sSL https://get.rvm.io | bash -s stable --rubyThis will install the latest stable Ruby. We have the version of Ruby used in the Gemfile so rvm will automatically switch when we're working in that folder. How great is that? - Install bundler
gem install bundler - Clone the repository
- You will need a /.config/ folder in the root and a config.json file in that folder. These are not committed to the repo. Email tlemburg for details.
- Go to that directory and
bundle install rake migrateto get your dev database up to dateshotgunin the root directory to launch the website at a localhost port (9393 I think is the default)