Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/destos/dokku-tiddlywiki


https://github.com/destos/dokku-tiddlywiki

Last synced: 15 days ago
JSON representation

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!