Changeset - 26dd17399917
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-11 10:16:14
hanzz.k@gmail.com
Mention MySQL and PostgreSQL in tutorial
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
docs/guide/tutorial_gateway_mode.textile
Show inline comments
 
@@ -22,22 +22,24 @@ All config options with description are located at "Config file page":config_fil
 

	
 
h3. Choose the Spectrum 2 backend and legacy network
 

	
 
You have to choose the Spectrum 2 backend and legacy network to which this Spectrum 2 gateway will connect the users.
 

	
 
The default backend is "Libpurple backend":libpurple.html. Read the "Libpurple backend documentation":libpurple.html to see how to choose particular legacy network. If you want to use different backend, change the path to it according to "List of backends":backends.html.
 

	
 
h3. Choose the storage backend
 

	
 
|_. Category|_. Option|_. Change to value|_. Meaning|
 
|database|type|sqlite3|Spectrum 2 will use SQLite3 as storage backend|
 

	
 
You can also use "MySQL":mysql.html or "PostgreSQL":postgresql.html instead of SQLite3 backend.
 

	
 
h2. Start Spectrum 2
 

	
 
The following command should now start your first Spectrum 2 instance:
 
<pre>
 
spectrum2_manager start
 
</pre>
 

	
 
h2. If something goes wrong
 

	
 
Spectrum 2 logs important messages into @/var/log/spectrum2/<jabber_id>/spectrum2.log@. It's always good to check that log if something goes wrong.
0 comments (0 inline, 0 general)