summaryrefslogtreecommitdiff
path: root/docs/development/setting_up_pleroma_dev.md
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2024-03-18 13:50:25 +0100
committermarcin mikołajczak <git@mkljczk.pl>2024-03-18 13:50:25 +0100
commit918c406a914d49b15beb3611e1c780d0e0d253cd (patch)
treef54000d2e2f19ad97c75f71f443cff6b9810f5ca /docs/development/setting_up_pleroma_dev.md
parent90b442727e4e2e56b4b68a15172a5ef7516531df (diff)
parentcf0aa1238ccd137219253d76355f2dc0f89679ac (diff)
downloadpleroma-918c406a914d49b15beb3611e1c780d0e0d253cd.tar.gz
pleroma-918c406a914d49b15beb3611e1c780d0e0d253cd.zip
Merge remote-tracking branch 'origin/develop' into instance_rules
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