Skip to content

Commit c119142

Browse files
update install guide for 1.7 and setup wizard
1 parent 3c8e0a8 commit c119142

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

docs/INSTALL-cloud.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Connect to your server via its IP address using SSH, or [Putty][put] on Windows:
2222

2323
2424

25-
Enter the root password from the email DigitalOcean sent you when the server was set up. You may be prompted to change the root password, too.
25+
Enter the root password from the email DigitalOcean sent you when the server was set up. You will be prompted to change the root password.
2626

2727
<img src="https://www.discourse.org/images/install/15/ssh-login-terminal.png" width="600px">
2828

@@ -76,19 +76,25 @@ If you need to change or fix your email settings after bootstrapping, edit your
7676

7777
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`.
7878

79-
<img src="https://www.discourse.org/images/install/15/browser-discourse-installed.png">
79+
<img src="https://www.discourse.org/images/install/17/discourse-congrats.png">
8080

8181
### Register New Account and Become Admin
8282

8383
Register a new admin account using one of the email addresses you entered before bootstrapping.
8484

85-
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).
85+
<img src="https://www.discourse.org/images/install/17/discourse-register.png">
8686

87-
<img src="https://www.discourse.org/images/install/14/browser-logged-in-first-admin.png?v=1">
87+
<img src="https://www.discourse.org/images/install/17/discourse-activate.png">
8888

89-
You should see Staff topics and **READ ME FIRST: Admin Quick Start Guide**. This guide contains the next steps for further configuring and customizing your Discourse install as an administrator. Read it closely!
89+
(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).)
9090

91-
(If you are still unable to register a new admin account via email, see [Create Admin Account from Console](https://meta.discourse.org/t/create-admin-account-from-console/17274), but note that *you will have a broken site* unless you get email working.)
91+
The setup wizard will guide you through basic configuration of your Discourse.
92+
93+
<img src="https://www.discourse.org/images/install/17/discourse-wizard-step-1.png">
94+
95+
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!
96+
97+
<img src="https://www.discourse.org/images/install/17/discourse-homepage.png">
9298

9399
### Post-Install Maintenance
94100

0 commit comments

Comments
 (0)