Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/destos/dokku-tiddlywiki
https://github.com/destos/dokku-tiddlywiki
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/destos/dokku-tiddlywiki
- Owner: destos
- Created: 2015-11-11T19:20:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-11T19:22:36.000Z (about 9 years ago)
- Last Synced: 2024-04-14T14:16:06.261Z (10 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# TiddlyWiki on dokku!
## Installing:
### Get the server ready
`on remote`
```bash
$ dokku apps:create wiki
$ dokku volume:add wiki /srv/www/contents/
```### Do your deploy
`locally`
```bash
$ git remote add dokku dokku@:
$ git push dokku master
```Enjoy!