Installing Transifex -------------------- This is a TurboGears (http://www.turbogears.org/) project. Here is a list of steps to get a Transifex instance up and running. 1. Install the necessary software. The python modules, alternatively, can be installed with `easy_install`. # yum install TurboGears python-pygments patch cvs subversion mercurial git 2. Get the code. Run the following in a dir like `~/transifex`, `/var/www`, or, preferable, in a different user like `~transifex-user`. hg clone http://hg.fedorahosted.org/hg/transifex cd transifex 3. Review/modify the deployment-specific options in `dev.cfg` and the global ones in `transifex/config/app.cfg`. Create your workdir if it doesn't already exist. 4. Create the database, and initialize the data in it: tg-admin sql create 5. To load up some initial data, run the init script. This will initialize some local modules and create a couple of users in your Transifex instance (guest/guest, admin/admin). Feel free to use them to submit files to your local modules and play around. ./init.py --test 6. Start transifex ./start-transifex.py 7. Fire up your browser at http://localhost:8084/ Feel free to explore the model and the testing data by launching the TurboGears shell with `tg-admin shell` in your command line.