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
It means the beta that is heavily unstable that is meant for contributors to make changes and use as a recovery point.
11
+
### Other Beta Type
12
+
#### Development Beta
13
+
##### This beta has some bugs that are noticeable and is sometimes unstable. Best for new contributors
14
+
#### Public Beta
15
+
##### This beta has some bugs that are not really noticeable and mostly exist as bugs. Best for trying the new features before updating!
6
16
Very simple server status page written in PHP that can run on **PHP 5.4+** - even on **shared webhosting** even without shell access. Because why waste your money on another server (or host on a server that you might want to do maintenance on), when you can use cheap webhosting? And as a cherry on top - it works even without javascript!
7
17
8
18
## How do I install this thing?
9
19
Simply put the files on your server and access it from your browser. There will be a simple install dialog waiting for you.
10
20
If you prefer you can install manually by filling the info in config.php.template and renaming it to config.php.
11
21
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
22
If you don't want to allow php to access your files or you have permission issues, use the following instructions.
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.
23
+
### FOR IIS:
24
+
// Rename IISWebConfig to web.config
25
+
### FOR Apache and Nginx
26
+
// Rename ApacheHtaccess to .htaccess
27
+
17
28
18
-
You can find more info on [our wiki page](https://github.com/server-status-project/server-status/wiki)
29
+
You can find more info on [our wiki page](https://github.com/Pryx/server-status/wiki)
19
30
20
31
## Contributing
21
32
Anyone is welcome to make pull request with new features or security patches / bug fixes.
@@ -25,7 +36,7 @@ You may create a pull request anytime or you can join our discord here(https://d
25
36
### Translations
26
37
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.
27
38
28
-
[List of contributors](https://github.com/server-status-project/server-status/graphs/contributors)
39
+
[List of contributors](https://github.com/Pryx/server-status/wiki/contributors)
29
40
30
41
### Does it actually run somewhere?
31
42
Yes it does!
@@ -57,8 +68,10 @@ Please note that changes are reverted every hour.
57
68
### I noticed there is a new release. How do I update?
58
69
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.
59
70
If you don't want to allow php to access your files or you have permission issues, use the following instructions.
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.
71
+
#### FOR IIS:
72
+
// Rename IISWebConfig to web.config
73
+
#### FOR Apache and Nginx
74
+
// Rename ApacheHtaccess to .htaccess
62
75
63
76
### Is there any way to do this automatically?
64
77
We are working on it but it is not yet included. Stay tuned!
0 commit comments