/docs-wiki

Primary LanguageRuby

docs-wiki

Build Status

Installation

Install Postgres

Use homebrew to install Postgres

$ brew install postgresql

Start the database service

$ brew services start postgresql

Install the app

$ git clone https://github.com/ryantk/docs-wiki.git && cd docs-wiki
$ bundle install
$ rails db:create
$ rails db:migrate