Remove Fedora-specific instructions (per suggestion by @trwnh)

This commit is contained in:
Jeremy Potter 2023-03-07 16:56:03 -08:00
parent 417d681f88
commit 10b8440471
1 changed files with 0 additions and 10 deletions

View File

@ -63,15 +63,6 @@ In the development environment, Mastodon will use PostgreSQL as the currently si
```sh
sudo -u postgres createuser $USER --createdb
```
{{<hint style="info">}}
If the above fails, you may have to run the following to initialize PostgreSQL:
```sh
sudo postgresql-setup --initdb
```
{{</hint>}}
Finally, run:
```sh
@ -80,7 +71,6 @@ RAILS_ENV=development bundle exec rails db:setup
This creates the databases `mastodon_development` and `mastodon_test`, loads the schema into them, and inserts seed data defined in `db/seeds/` into `mastodon_development`.
### Running {#running}
There are multiple processes that need to be run for the full set of Mastodon's functionality, although they can be selectively omitted. To run all of them with just one command, you can install and use Foreman: