summaryrefslogtreecommitdiff
path: root/docs/development/setting_up_pleroma_dev.md
diff options
context:
space:
mode:
authormarcin mikołajczak <me@mkljczk.pl>2024-01-19 16:36:37 +0000
committermarcin mikołajczak <me@mkljczk.pl>2024-01-19 16:36:37 +0000
commit250a4873a6f50f71cb5c387de46d711dc1bd1a39 (patch)
tree15364aea4ca2ad364517099f090716de0900b8ef /docs/development/setting_up_pleroma_dev.md
parent51aef6b78dcf709872de32a02533e943f08858d4 (diff)
parent81a13b4b9eb066e7827251c054eb04fd70613532 (diff)
downloadpleroma-250a4873a6f50f71cb5c387de46d711dc1bd1a39.tar.gz
pleroma-250a4873a6f50f71cb5c387de46d711dc1bd1a39.zip
Merge branch 'develop' into 'post-languages'
# Conflicts: # lib/pleroma/web/activity_pub/transmogrifier.ex # test/pleroma/web/activity_pub/transmogrifier/note_handling_test.exs
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