You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/collections/docs/installing.md
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -182,21 +182,23 @@ If for whatever reason you can't or don't want to use URL rewriting, you can con
182
182
183
183
Next, you'll want to be sure you're using the proper access permission rules in your server config. Ultimately your goal is prevent access to the `statamic`, `local`, and `site` (but not `theme` subdirectory) directories. There is more than one way to do that. You can refer to our included sample htaccess or nginx files and their code comments for some common ways to do that.
184
184
185
-
### Step 5 (optional): Run the Installer {#installer}
185
+
### Step 5 Run the Installer {#installer}
186
186
187
-
Technically there is no "install" process for Statamic, but we have a little tool that will check your environment for all the necessary requirements, file permissions, locales, and even help you get your first User created. Head to `/installer.php` and let it take care of the rest for you.
188
-
189
-
**Once you're done, delete `installer.php`.**
187
+
Technically there is no "install" process for Statamic, but we have a little tool that will check your environment for all the necessary requirements, file permissions, locales, and even help you get your first User created. Head to `/installer.php` and let it take care of the rest for you, if you want.
190
188
191
189
If you don't want to (or can't for some reason) use the GUI installer, here's what to do yourself:
192
190
193
191
-[Create an admin user][create-user]
194
192
- Log into the Control Panel at `{yoursite}.{tld}/cp`
195
193
- Visit your System settings (/cp/settings/system) and set/confirm your basic site settings
196
194
197
-
### There is no step 6. {#no-step-6}
195
+
### Step 6: delete `installer.php`
196
+
197
+
You **must** delete the installer file as it gives anyone who runs it the ability to create a super user on your site.
198
+
199
+
### That's it!
198
200
199
-
You're probably done. Now for some things to note, and a few additional steps for running above webroot and multilingual sites.
201
+
You're done. Now for some things to note, and a few additional steps for running above webroot and multilingual sites.
200
202
201
203
#### About that License Key and Dev Mode {#dev-mode}
0 commit comments