TracGeo

Differences between revisions 6 and 7
Revision 6 as of 2010-09-03 16:52:42
Size: 3062
Editor: pc-182-96-83-200
Comment: Cambio slideshow, agrega run_tracd, cambio listas
Revision 7 as of 2010-09-05 07:37:45
Size: 3011
Editor: pc-182-96-83-200
Comment: Now the script can be run from anywhere
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:
 1. Change the directory to trac-geo-portable (You can't run the scripts outside this directory)  1. Change the directory to trac-geo-portable

This is a shell script to install Trac with geolocation capacity

  • At this moment is in spanglish only :P'

Works well: Ubuntu 10.04 LTS

Installation of Trac issue tracker and plugins:

  • No need to be root
  • Do not need complicated configurations
  • Do not require modification trac.ini

Only need the install of a minimum number of packages from Ubuntu official repositories:

bzr subversion python-subversion python-bzr-svn
python-setuptools python-virtualenv pip apache2-utils

Can be used without problems in parallel with Trac installation from official repository Ubuntu.

Features:

Download

Get this branch: bzr branch lp:~jrovegno/+junk/trac-geo-portable

Hosted on Launchpad https://code.launchpad.net/~jrovegno/+junk/trac-geo-portable

Screenshot

http://lh6.ggpht.com/_mWxhZhhV2rg/TIB1CArl2OI/AAAAAAAAASY/7iJfCmbX42E/s640/TracGeo02.png

For INSTALL: (Estimated time <2 min)

  1. Download the Trac Geo scripts:
    • $ bzr branch lp:~jrovegno/+junk/trac-geo-portable

  2. Change the directory to trac-geo-portable
    • $ cd trac-geo-portable

  3. Install dependencies from the official repositories Ubuntu (requires root privileges)
    • $ sh install_trac_deb_depens.sh

  4. Install Trac and Trac Geo plugins on ($HOME/trac-portable)
    • $ sh install.sh

  5. Create svn and bzr on ($HOME/geo-repository) and the Trac Geo project on ($HOME/trac-geo)
    • $ sh make.sh

Ready! Now check your http://localhost:8000

  1. To stop trac-geo
    • $ sh kill_tracd.sh

  2. To run trac-geo
    • $ sh run_tracd.sh

To UNINSTALL just deleted: (Estimated time <1 min)

  1. Delete Repository svn and bzr
    • $ rm -rf $HOME/geo-repository

  2. Delete Project trac-geo
    • $ rm -rf $HOME/trac-geo

  3. Delete trac-portable
    • $ rm -rf $HOME/trac-portable

Similar projects

Repositories used

Contributions

JavierRovegno/TracGeo (last edited 2011-03-04 21:21:04 by pc-196-200-160-190)