mblayman / markwiki

:warning: UNMAINTAINED: A simple wiki using Markdown
BSD 2-Clause "Simplified" License
29 stars 14 forks source link

Make deployable to Heroku #15

Open mblayman opened 10 years ago

mblayman commented 10 years ago

Problem: MarkWiki currently must be deployed on a user's own server. This creates a barrier to entry for groups that do not have their own server.

Solution: Modify MarkWiki storage to make it possible to deploy to cloud options like Heroku. Since Heroku does not allow direct file storage, MarkWiki will need to be able to support multiple storage formats (defaulting to the simple file format storage).