An open API service indexing awesome lists of open source software.

https://github.com/requarks/wiki-heroku

Heroku deploy manifest for Wiki.js
https://github.com/requarks/wiki-heroku

Last synced: 3 months ago
JSON representation

Heroku deploy manifest for Wiki.js

Awesome Lists containing this project

README

          

# Heroku Deploy for Wiki.js

This repo is an Heroku app definition for Wiki.js.
For information about Wiki.js, check out the following links:

- [Official Website](https://wiki.js.org/)
- [GitHub Repository](https://github.com/Requarks/wiki)

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/requarks/wiki-heroku/tree/2.x)

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`