Difference between revisions of "User:Mmccarn"

From SME Server
Jump to navigationJump to search
Line 1: Line 1:
 
== Install Roundup Issue Tracker==
 
== Install Roundup Issue Tracker==
# create ibay(or user?) named roundup
+
* create ibay(or user?) named roundup
# download here: [http://pypi.python.org/pypi/roundup#downloads roundup downloads]
+
* download here: [http://pypi.python.org/pypi/roundup#downloads roundup downloads]
# install using
+
* install using
python setup.py install
+
python setup.py install
# create demo tracker
+
* create demo tracker
 
  roundup-demo
 
  roundup-demo
 
** specify user or ibay folder as tracker location, eg:
 
** specify user or ibay folder as tracker location, eg:
 
  /home/e-smith/files/ibays/roundup/html/demo
 
  /home/e-smith/files/ibays/roundup/html/demo
# change default dir to demo location
+
* change default dir to demo location
 
  cd /home/e-smith/files/ibays/roundup/html/demo
 
  cd /home/e-smith/files/ibays/roundup/html/demo
# edit the demo 'config.ini' to change the port from 8917 to 8080
+
* edit the demo 'config.ini' to change the port from 8917 to 8080
# start the built-in roundup/python webserver
+
* start the built-in roundup/python webserver
 
  sudo -u roundup roundup-server demo=/home/e-smith/files/ibays/roundup/html/demo
 
  sudo -u roundup roundup-server demo=/home/e-smith/files/ibays/roundup/html/demo
  
# create a custom proxypass directive for /roundup:
+
* create a custom proxypass directive for /roundup:
 
  md -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
 
  md -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
 
  cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
 
  cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
Line 24: Line 24:
 
         ProxyPassReverse /roundup/ http://localhost:8080/
 
         ProxyPassReverse /roundup/ http://localhost:8080/
  
# End of Exchange settings
+
* End of Exchange settings
 
' > 91ProxyPassRoundup
 
' > 91ProxyPassRoundup
# expand httpd.conf and restart httpd
+
* expand httpd.conf and restart httpd
 
  expand-template /etc/httpd/conf/httpd.conf
 
  expand-template /etc/httpd/conf/httpd.conf
 
  sv restart httpd-e-smith
 
  sv restart httpd-e-smith

Revision as of 14:23, 25 August 2011

Install Roundup Issue Tracker

python setup.py install
  • create demo tracker
roundup-demo
    • specify user or ibay folder as tracker location, eg:
/home/e-smith/files/ibays/roundup/html/demo
  • change default dir to demo location
cd /home/e-smith/files/ibays/roundup/html/demo
  • edit the demo 'config.ini' to change the port from 8917 to 8080
  • start the built-in roundup/python webserver
sudo -u roundup roundup-server demo=/home/e-smith/files/ibays/roundup/html/demo
  • create a custom proxypass directive for /roundup:
md -p /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
cd /etc/e-smith/templates-custom/etc/httpd/conf/httpd.conf
echo '# ProxyPass Support for Internal Exchange Server
       ProxyPreserveHost On
       #roundup
       ProxyPass /roundup/ http://localhost:8080/
       ProxyPassReverse /roundup/ http://localhost:8080/
  • End of Exchange settings

' > 91ProxyPassRoundup

  • expand httpd.conf and restart httpd
expand-template /etc/httpd/conf/httpd.conf
sv restart httpd-e-smith


Still todo:

  1. configure roundup server to auto-start
  2. configure roundup server to log to /var/log/(somewhere)
  3. possibly integrate access with SME user database
  4. possibly integrate with mysql