parent
6557719aab
commit
18e4c617a2
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
- [Push notifications](Using-the-API/Push-notifications.md)
|
||||
|
||||
### [Running Mastodon](Running-Mastodon)
|
||||
- [Ressources neeeded](Running-Mastodon/Resources-needed.md)
|
||||
- [Resources neeeded](Running-Mastodon/Resources-needed.md)
|
||||
- [Production guide](Running-Mastodon/Production-guide.md)
|
||||
- [Alternative: Running on Heroku](Running-Mastodon/Heroku-guide.md)
|
||||
- [Development guide](Running-Mastodon/Development-guide.md)
|
||||
|
|
|
@ -50,7 +50,7 @@ If you wish to run this as a daemon process instead of monitoring it on console,
|
|||
|
||||
Then you may login to your new Mastodon instance by browsing to http://localhost:3000/
|
||||
|
||||
Following that, make sure that you read the [production guide](docs/Running-Mastodon/Production-guide.md). You are probably going to want to understand how
|
||||
Following that, make sure that you read the [production guide](Production-guide.md). You are probably going to want to understand how
|
||||
to configure Nginx to make your Mastodon instance available to the rest of the world.
|
||||
|
||||
The container has two volumes, for the assets and for user uploads, and optionally two more, for the postgresql and redis databases.
|
||||
|
|
Loading…
Reference in a new issue