1
- baystation12
1
+ # baystation12
2
2
3
3
Website: http://baystation12.net/
4
4
Code: http://github.com/Baystation12/Baystation12/
5
5
IRC: irc://irc.sorcery.net/bs12
6
6
7
- ================================================================================
8
- INSTALLATION
9
- ================================================================================
7
+ ---
8
+
9
+ ### INSTALLATION
10
10
11
11
First-time installation should be fairly straightforward. First, you'll need
12
12
BYOND installed. You can get it from http://www.byond.com/ . Once you've done
@@ -55,9 +55,9 @@ compiled baystation12.dmb file. Make sure to set the port to the one you
55
55
specified in the config.txt, and set the Security box to 'Trusted'. Then press
56
56
GO and the server should start up and be ready to join.
57
57
58
- ================================================================================
59
- UPDATING
60
- ================================================================================
58
+ ---
59
+
60
+ ### UPDATING
61
61
62
62
To update an existing installation, first back up your /config and /data folders
63
63
as these store your server configuration, player preferences and banlist.
@@ -68,19 +68,19 @@ install, overwriting when prompted except if we've specified otherwise, and
68
68
recompile the game. Once you start the server up again, you should be running
69
69
the new version.
70
70
71
- ================================================================================
72
- SQL Setup
73
- ================================================================================
71
+ ---
72
+
73
+ ### SQL Setup
74
74
75
75
The SQL backend for the library and stats tracking requires a
76
76
MySQL server. Your server details go in /config/dbconfig.txt, and the SQL
77
77
schema is in /SQL/tgstation_schema.sql. More detailed setup instructions are
78
78
coming soon, for now ask in our IRC channel.
79
79
80
- ================================================================================
81
- IRC Bot Setup
82
- ================================================================================
80
+ ---
81
+
82
+ ## IRC Bot Setup
83
83
84
- Included in the SVN is an IRC bot capable of relaying adminhelps to a specified
84
+ Included in the repo is an IRC bot capable of relaying adminhelps to a specified
85
85
IRC channel/server (thanks to Skibiliano). Instructions for bot setup are
86
86
included in the /bot/ folder along with the bot/relay script itself.
0 commit comments