mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
changed links to localhost to clickable ones
This commit is contained in:
parent
dee014210e
commit
859a6e18b5
@ -73,7 +73,7 @@ Once your VM is up to date, you can start a rails instance using the following c
|
|||||||
bundle exec rails server
|
bundle exec rails server
|
||||||
```
|
```
|
||||||
|
|
||||||
In a few seconds, rails will start serving pages. To access them, open a web browser to http://localhost:4000 - if it all worked you should see discourse! Congratulations, you are ready to start working!
|
In a few seconds, rails will start serving pages. To access them, open a web browser to [http://localhost:4000](http://localhost:4000) - if it all worked you should see discourse! Congratulations, you are ready to start working!
|
||||||
|
|
||||||
You can now edit files on your local file system, using your favorite text editor or IDE. When you reload your web browser, it should have the latest changes.
|
You can now edit files on your local file system, using your favorite text editor or IDE. When you reload your web browser, it should have the latest changes.
|
||||||
|
|
||||||
@ -109,7 +109,7 @@ To start mailcatcher, run the following command in the vagrant image:
|
|||||||
mailcatcher --http-ip 0.0.0.0
|
mailcatcher --http-ip 0.0.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
Then in a browser, go to http://localhost:4080
|
Then in a browser, go to [http://localhost:4080](http://localhost:4080)
|
||||||
|
|
||||||
Sent emails will be received by mailcatcher and shown in its web ui.
|
Sent emails will be received by mailcatcher and shown in its web ui.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user