summaryrefslogtreecommitdiff
path: root/docs/development/setting_up_pleroma_dev.md
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-03-08 12:12:55 +0100
committermarcin mikołajczak <git@mkljczk.pl>2024-03-08 12:12:55 +0100
commitc0c4a9ed0d3cd154de15a8bb0767e2d4e5f4900f (patch)
tree0641fb03061bd783a15d06633408da4aa7592e76 /docs/development/setting_up_pleroma_dev.md
parent9fc6676d8c080dbd630434275363cc6536a35116 (diff)
parent139057f346f5903e0ed21ea91e7d43fd906fe914 (diff)
downloadpleroma-c0c4a9ed0d3cd154de15a8bb0767e2d4e5f4900f.tar.gz
pleroma-c0c4a9ed0d3cd154de15a8bb0767e2d4e5f4900f.zip
Merge remote-tracking branch 'origin/develop' into instance-contact-account
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs/development/setting_up_pleroma_dev.md')
-rw-r--r--docs/development/setting_up_pleroma_dev.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/development/setting_up_pleroma_dev.md b/docs/development/setting_up_pleroma_dev.md
index ddf04cab1..24f358e4a 100644
--- a/docs/development/setting_up_pleroma_dev.md
+++ b/docs/development/setting_up_pleroma_dev.md
@@ -15,7 +15,7 @@ Pleroma requires some adjustments from the defaults for running the instance loc
2. Change the dev.secret.exs
* Change the scheme in `config :pleroma, Pleroma.Web.Endpoint` to http (see examples below)
* If you want to change other settings, you can do that too
-3. You can now start the server `mix phx.server`. Once it's build and started, you can access the instance on `http://<host>:<port>` (e.g.http://localhost:4000 ) and should be able to do everything locally you normaly can.
+3. You can now start the server `mix phx.server`. Once it's build and started, you can access the instance on `http://<host>:<port>` (e.g.http://localhost:4000 ) and should be able to do everything locally you normally can.
Example config to change the scheme to http. Change the port if you want to run on another port.
```elixir