summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2017-12-04 02:01:45 +0300
committerHenry Jameson <me@hjkos.com>2017-12-04 03:56:54 +0300
commit071f518028e20d1f22811d6a10f120bebe26c2ce (patch)
tree7a966137c10806e8b7a0cec631792ced868d63a1 /README.md
parenta884e08271ec29ed42011c450655861b870f4745 (diff)
downloadpleroma-071f518028e20d1f22811d6a10f120bebe26c2ce.tar.gz
pleroma-071f518028e20d1f22811d6a10f120bebe26c2ce.zip
reverts config gen
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 175b90f88..664b8b475 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ No release has been made yet, but several servers have been online for months al
* Run `mix deps.get` to install elixir dependencies.
- * Run `mix generate_config`. This will ask you a few questions about your instance and generate a configuration file in `config/dev.secret.exs` and `config/prod.secret.exs`. It will also create a `config/setup_db.psql`, which you need to run as PostgreSQL superuser (i.e. `sudo su postgres -c "psql -f config/setup_db.psql"`). It will setup a pleroma db user, database and will setup needed extensions that need to be set up once as superuser.
+ * Run `mix generate_config`. This will ask you a few questions about your instance and generate a configuration file in `config/generated_config.exs`. Check that and copy it to either `config/dev.secret.exs` or `config/prod.secret.exs`. It will also create a `config/setup_db.psql`, which you need to run as PostgreSQL superuser (i.e. `sudo su postgres -c "psql -f config/setup_db.psql"`). It will setup a pleroma db user, database and will setup needed extensions that need to be set up once as superuser.
* Run `mix ecto.migrate` to run the database migrations. You will have to do this again after certain updates.