Merge branch 'patch-1' into 'master'

Update overview.md

See merge request mastodon/docs!24
This commit is contained in:
Eugen Rochko 2019-02-15 15:35:37 +01:00
commit 6deac63af9
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ It should be noted that the Docker configuration distributed with Mastodon is op
## Setup
Run following commands in the project directory `bundle install`, `yarn install`.
In the development environment, Mastodon will use PostgreSQL as the currently signed-in Linux user using the `ident` method, which usually works out of the box. The one command you need to run is `rails db:setup` which will create the databases `mastodon_development` and `mastodon_test`, load the schema into them, and then create seed data defined in `db/seed.rb` in `mastodon_development`. The only seed data is an admin account with the credentials `admin@localhost:3000` / `mastodonadmin`.
> Please keep in mind, by default Mastodon will run on port 3000. If you configure a different port for it, the generated admin account will use that number.