Support:Testserver: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
No edit summary
imported>Hendrik Brummermann
cvs -> git
 
(12 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


In an ssh, use use the command "t" to su to the "testserver" user.

Use the command "t" to su to the "testserver" user.


== Folders ==
== Folders ==
; bin : shell scripts
; bin : shell scripts
; cvs : the cvs checkout
; 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 cvs branch ==
== change git branch ==


cd cvs/stendhal
cd git/stendhal
cvs update -r VERSION_00_RELEASE_''xx''
git checkout VERSION_01_RELEASE_''xx''


== admins on testserver ==
== admins on testserver ==
Line 25: Line 24:
Since the database is copied every day /adminlevel will be undone. You can add desired admin levels to this file:
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
data/conf/admins-test.txt

== General Documentation ==

* [[Testserver with shared database]]

Latest revision as of 21:07, 11 April 2015

The testserver runs on stendhalgame.org:32100

In an ssh, use use the command "t" to su to the "testserver" user.

Folders

bin
shell scripts
git
the git checkout
postman
postman installation for the test server
server
the installed server
/var/www/stendhal/download
the nightly build for download


rebuild and restart

bin/update.sh will do a cvs update, build, update the download folder and restart the server

change git branch

cd git/stendhal
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