tighten width of images

This commit is contained in:
Jeff Atwood 2016-10-22 14:53:54 -07:00 committed by GitHub
parent 4576d48cf3
commit 95915b487c
1 changed files with 4 additions and 4 deletions

View File

@ -76,21 +76,21 @@ If you need to change or fix your email settings after bootstrapping, edit your
Once bootstrapping is complete, your Discourse should be accessible in your web browser via the domain name `discourse.example.com` you entered earlier, provided you configured DNS. If not, you can visit the server IP directly, e.g. `http://192.168.1.1`.
<img src="https://www.discourse.org/images/install/17/discourse-congrats.png">
<img src="https://www.discourse.org/images/install/17/discourse-congrats.png" width="650">
### Register New Account and Become Admin
Register a new admin account using one of the email addresses you entered before bootstrapping.
<img src="https://www.discourse.org/images/install/17/discourse-register.png">
<img src="https://www.discourse.org/images/install/17/discourse-register.png" width="650">
<img src="https://www.discourse.org/images/install/17/discourse-activate.png">
<img src="https://www.discourse.org/images/install/17/discourse-activate.png" width="650">
(If you are unable to register your admin account, check the logs at `/var/discourse/shared/standalone/log/rails/production.log` and see our [Email Troubleshooting checklist](https://meta.discourse.org/t/troubleshooting-email-on-a-new-discourse-install/16326).)
The setup wizard will guide you through basic configuration of your Discourse.
<img src="https://www.discourse.org/images/install/17/discourse-wizard-step-1.png">
<img src="https://www.discourse.org/images/install/17/discourse-wizard-step-1.png" width="650">
After setup, you should see Staff topics and **READ ME FIRST: Admin Quick Start Guide**. This guide contains advice for further configuring and customizing your Discourse install. Read it closely!