Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 781 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 781 Bytes

Heroku Deploy for Wiki.js

This repo is an Heroku app definition for Wiki.js.
For information about Wiki.js, including detailed installation steps, read the following links:

Deploy

If you want to modify the configuration beyond what's available through environment variables, then:

  • Clone this repo
  • Make and commit your configuration changes
  • git remote add heroku https://git.heroku.com/my-wiki.git
  • git push heroku, or if you are on a branch, git push heroku mybranch:master