Table of contents

HotDocs: Standalone

Follow these steps to create a new HotDocs application:

rails new MY_DOCS
cd MY_DOCS
bundle add hotdocs
bin/rails hotdocs:install

You can now start the server and visit HotDocs:

bin/rails server
open http://127.0.0.1:3000
Edit this page