Changeset - 96e160c0d816
[Not reviewed]
0 1 0
Jan Kaluza - 10 years ago 2016-02-17 08:31:32
jkaluza@redhat.com
Fix #94 - fix broken links in docs
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
documentation/tutorials/gateway_mode.md
Show inline comments
 
@@ -24,29 +24,29 @@ Category|Option|Change to value|Meaning
 
--------|------|---------------|--------
 
service|jid|Jabber ID of your Spectrum 2 transport|You have configured the Jabber ID in your Jabber server config file in previous step.
 
service|password|Password to connect the Jabber server|You have configured the password in your Jabber server config file in previous step.
 
service|server|Your Jabber server IP od hostname|Spectrum 2 will connect that IP/hostname.
 
service|port|Jabber server port to which Spectrum 2 connects|You have configured the port in your Jabber server config file in previous step.
 

	
 
All config options with description are located at [Config file page](http://spectrum.im/documentation/configuration/config_file.html).
 

	
 
#### 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](http://spectrum.im/documentation/backends/libpurple.html). Read the [Libpurple backend documentation](http://hanzz.github.com/libtransport/documentation/backends/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](http://hanzz.github.com/libtransport/documentation/backends/backends.html).
 
The default backend is [Libpurple backend](http://spectrum.im/documentation/backends/libpurple.html). Read the [Libpurple backend documentation](http://spectrum.im/documentation/backends/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](http://spectrum.im/documentation/backends/backends.html).
 

	
 
#### Choose the storage backend
 

	
 
By default, Spectrum 2 uses SQLite3. You don't have to configure it explicitely.
 
You can also use [MySQL](http://spectrum.im/documentation/configuration/mysql.html) or [PostgreSQL](http://hanzz.github.com/libtransport/documentation/configuration/postgresql.html) instead of SQLite3 backend.
 
You can also use [MySQL](http://spectrum.im/documentation/configuration/mysql.html) or [PostgreSQL](http://spectrum.im/documentation/configuration/postgresql.html) instead of SQLite3 backend.
 

	
 
### Start Spectrum 2
 

	
 
The following command should now start your first Spectrum 2 instance:
 

	
 
	spectrum2_manager start
 

	
 

	
 
### 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)