ryantk / docs-wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Ruby 77.2%Language:HTML 14.9%Language:CSS 5.0%Language:JavaScript 2.2%Language:CoffeeScript 0.7%