mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
got rid of webpacker:compile
This commit is contained in:
parent
f28ed00871
commit
2147b3907e
@ -27,7 +27,7 @@ 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`, `rails webpacker:compile`
|
||||
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`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user