From 2147b3907e7c5230ef5afba87f5b2dd24c73a418 Mon Sep 17 00:00:00 2001 From: Peter Lamber Date: Thu, 7 Feb 2019 06:47:04 +0100 Subject: [PATCH] got rid of webpacker:compile --- content/en/development/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/development/overview.md b/content/en/development/overview.md index c98432d5..ef590d3d 100644 --- a/content/en/development/overview.md +++ b/content/en/development/overview.md @@ -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`.