[opensuse-buildservice] a few questions about the build service
I have managed to get obs 1.5 upgraded onto obs 1.0 on a local install. I have a few questions: 1. how do I add users? 2. how do I configure the software for just one host or IP, instead of 3? -- Jon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
Personnaly I use only one server with one IP this is my own /etc/lighttpd/vhost.d/obs.conf $HTTP["host"] =~ "obs\.?" { rails_app = "webclient" rails_root = "/srv/www/obs/webclient" rails_procs = 5 # production/development are typical values here rails_mode = "production_slave" log_root = "/srv/www/obs/webclient/log" include "vhosts.d/rails.inc" ssl.pemfile = "/etc/ssl/private/obs.xxx.com.pem" } $HTTP["host"] =~ "obsfrontend\.?" { rails_app = "frontend" rails_root = "/srv/www/obs/frontend" rails_procs = 5 # production/development are typical values here rails_mode = "production_slave" log_root = "/srv/www/obs/frontend/log" include "vhosts.d/rails.inc" ssl.pemfile = "/etc/ssl/private/obsfrontend.xxx.com.pem" } $HTTP["host"] =~ "download\.?" { server.name = "download.xxx.com" dir-listing.activate = "enable" server.document-root = "/srv/obs/repos/" } in /srv/www/obs/webclient/config/environments/production_slave.rb FRONTEND_HOST = "obsfrontend.xxx.com" all is done by the lighttpd virtual hosting
Date: Tue, 16 Dec 2008 14:12:31 -0600 From: jnelson-suse@jamponi.net To: opensuse-buildservice@opensuse.org Subject: [opensuse-buildservice] a few questions about the build service
I have managed to get obs 1.5 upgraded onto obs 1.0 on a local install.
I have a few questions:
1. how do I add users?
2. how do I configure the software for just one host or IP, instead of 3?
-- Jon -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
_________________________________________________________________ Email envoyé avec Windows Live Hotmail. Dites adieux aux spam et virus, passez à Hotmail ! C'est gratuit ! http://www.windowslive.fr/hotmail/default.asp-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Jon Nelson
-
roro GRONAN