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: README.md
+7-11Lines changed: 7 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,10 @@ Simply put the files on your server and access it from your browser. There will
10
10
If you prefer you can install manually by filling the info in config.php.template and renaming it to config.php.
11
11
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.
12
12
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.
19
17
20
18
You can find more info on [our wiki page](https://github.com/server-status-project/server-status/wiki)
21
19
@@ -27,7 +25,7 @@ You may create a pull request anytime or you can join our discord here(https://d
27
25
### Translations
28
26
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.
29
27
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)
31
29
32
30
### Does it actually run somewhere?
33
31
Yes it does!
@@ -59,10 +57,8 @@ Please note that changes are reverted every hour.
59
57
### I noticed there is a new release. How do I update?
60
58
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.
61
59
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.
66
62
67
63
### Is there any way to do this automatically?
68
64
We are working on it but it is not yet included. Stay tuned!
0 commit comments