Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalp committed Jun 10, 2024
1 parent 2506582 commit 3784d4b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ Preferred way to run Misago development instances on your machine is with [Docke

To start, clone the repository and run `./dev init` command in your terminal. This will build necessary docker containers, install python dependencies and initialize the database. After command does its magic, you will be able to start development server using the `docker compose up` command.

After development server starts, visit the `http://127.0.0.1:8000/` in your browser to see your Misago installation.
After development server starts, visit the <http://127.0.0.1:8000/> in your browser to see your Misago installation.

Admin Control Panel is available under the `http://127.0.0.1:8000/admincp/` address. To log in to it use `Admin` username and `password` password.
Admin Control Panel is available under the <http://127.0.0.1:8000/admincp/> address. To log in to it use `Admin` username and `password` password.

The `./dev` utility implements other features besides the `init`. Run it without any arguments to get the list of available actions.

Expand Down Expand Up @@ -108,7 +108,9 @@ To work on admin's JavaScript or CSS, `cd` to `misago-admin` and install depende

### E-mails

Misago uses [Mailpit](https://github.com/axllent/mailpit) to capture emails sent from development instance. To browse those emails, visit the `http://127.0.0.1:8025` in your browser for the web interface.
Misago uses [Mailpit](https://github.com/axllent/mailpit) to capture emails sent from development instance.

To browse those emails, visit the <http://127.0.0.1:8025> in your browser for the web interface.


Providing feedback and contributing
Expand Down

0 comments on commit 3784d4b

Please sign in to comment.