Skip to content

harshavardhana/doctor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Doctor

  • Doctor is a Documentation Server for all your project docs.
  • Doctor beautifully decouples document serving and document contents.
  • Create your docs in markdown. Store them anywhere (github/dropbox/google drive/ anywhere really).
  • Login to Doctor's Dashboard. Setup links to your doc files in Doctor's Dashboard.
  • You are done!

Pre-Requisites to Deploy Doctor

OSX

  • Install Ruby 2.2.2 using the instructions here.
  • Install Rails 4.2.4 using the instructions here.
  • Install Postgres using the command brew install postgres. Configure Launch Agent to start it automatically or use the command pg_ctl -D /usr/local/var/postgres -l /usr/local/var/postgres/server.log start to start it manually.

Ubuntu

  • Install Rails & Ruby using the instructions here.
  • Install Postgres using the instructions here.

Note - Ping us on our gitter channel to report any installation issues on your platform.

How to run Doctor

> git clone https://github.com/minio/doctor.git
> cd doctor
> bundle install
> rake db:create
> rake db:migrate
> rake db:seed
> rails s

Now visit http://localhost:3000

Organization

About

Doctor is a documentation master for your docs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 45.9%
  • HTML 28.0%
  • CSS 22.1%
  • CoffeeScript 3.1%
  • JavaScript 0.9%