Skip to content

Commit 14015d4

Browse files
authored
Update README.md
1 parent b3a1bfe commit 14015d4

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@ Simply put the files on your server and access it from your browser. There will
1010
If you prefer you can install manually by filling the info in config.php.template and renaming it to config.php.
1111
As this **does not** run installation scripts you need to head to your install directory and run create-server-config.php and then delete it.
1212
If you don't want to allow php to access your files or you have permission issues, use the following instructions.
13-
### FOR IIS:
14-
// Rename IISWebConfig to web.config
15-
### FOR Apache
16-
// Rename ApacheHtaccess to .htaccess
17-
### FOR Nginx
18-
// You can run with php-fpm no additional modifications required.
13+
### Creating server config:
14+
* **IIS**: Rename IISWebConfig to web.config
15+
* **Apache**: Rename ApacheHtaccess to .htaccess
16+
* **Nginx**: You can run with php-fpm no additional modifications required.
1917

2018
You can find more info on [our wiki page](https://github.com/server-status-project/server-status/wiki)
2119

@@ -27,7 +25,7 @@ You may create a pull request anytime or you can join our discord here(https://d
2725
### Translations
2826
Any help with translations is much welcome! You can join us at https://poeditor.com/join/project/37SpmJtyOm. You can even add your own language. Just let me know when you're done and I'm going to include the language in the next release.
2927

30-
[List of contributors](https://github.com/server-status-project/server-status/wiki/contributors)
28+
[List of contributors](https://github.com/server-status-project/server-status/graphs/contributors)
3129

3230
### Does it actually run somewhere?
3331
Yes it does!
@@ -59,10 +57,8 @@ Please note that changes are reverted every hour.
5957
### I noticed there is a new release. How do I update?
6058
Updating server status is fairly straightforward. Download your config.php from the server. Delete all files. Upload the new release with config.php you downloaded earlier. You need to manually run install scripts. For that head to your domain and run create-server-config.php deleting it afterwards.
6159
If you don't want to allow php to access your files or you have permission issues, use the following instructions.
62-
#### FOR IIS:
63-
// Rename IISWebConfig to web.config
64-
#### FOR Apache and Nginx
65-
// Rename ApacheHtaccess to .htaccess
60+
#### Updating server config
61+
Follow the instructions for installation without giving the app write access. Keep in mind that you will need to re-apply any modifications you made.
6662

6763
### Is there any way to do this automatically?
6864
We are working on it but it is not yet included. Stay tuned!

0 commit comments

Comments
 (0)