mirror of
https://github.com/azures04/crafatar.git
synced 2026-03-22 07:51:17 +01:00
better dokku docs
This commit is contained in:
parent
b13559d57c
commit
16b33fc71d
10
README.md
10
README.md
@ -24,7 +24,15 @@ Please [visit the website](https://crafatar.com) for details.
|
|||||||
[](https://heroku.com/deploy)
|
[](https://heroku.com/deploy)
|
||||||
|
|
||||||
#### Dokku
|
#### Dokku
|
||||||
Deploy with [dokku-redis](https://github.com/ohardy/dokku-redis#redis-plugin-for-dokku) installed.
|
0. Install the [dokku-redis](https://github.com/ohardy/dokku-redis#redis-plugin-for-dokku) plugin
|
||||||
|
0. `dokku redis:start`
|
||||||
|
0. You also might want to use [docker-options](https://github.com/dyson/dokku-docker-options) for persistent storage:
|
||||||
|
|
||||||
|
```docker
|
||||||
|
-v /var/lib/crafatar/images:/app/images
|
||||||
|
-v /var/log/crafatar:/app/logs
|
||||||
|
```
|
||||||
|
0. Deploy with `PORT=5000`
|
||||||
|
|
||||||
#### Local
|
#### Local
|
||||||
* [Install](https://github.com/Automattic/node-canvas/wiki) Cairo.
|
* [Install](https://github.com/Automattic/node-canvas/wiki) Cairo.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user