Support:Testserver: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann Created page with 'The testserver runs on stendhalgame.org:32100 Use the command "t" to su to the "testserver" user. == Folders == ; bin : shell scripts ; cvs : the cvs checkout ; postman : post…' |
imported>Hendrik Brummermann cvs -> git |
||
| (17 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
The testserver runs on stendhalgame.org:32100 |
The testserver runs on stendhalgame.org:32100 |
||
| ⚫ | |||
| ⚫ | |||
== Folders == |
== Folders == |
||
; bin : shell scripts |
; bin : shell scripts |
||
; |
; git : the git checkout |
||
; postman : postman installation for the test server |
; postman : postman installation for the test server |
||
; server : the installed server |
; server : the installed server |
||
| Line 16: | Line 15: | ||
bin/update.sh will do a cvs update, build, update the download folder and restart the server |
bin/update.sh will do a cvs update, build, update the download folder and restart the server |
||
== change |
== change git branch == |
||
| ⚫ | |||
git checkout VERSION_01_RELEASE_''xx'' |
|||
== admins on testserver == |
|||
Since the database is copied every day /adminlevel will be undone. You can add desired admin levels to this file: |
|||
data/conf/admins-test.txt |
|||
== General Documentation == |
|||
* [[Testserver with shared database]] |
|||
| ⚫ | |||
cvs update -r VERSION_00_RELEASE_''xx'' |
|||