Version 8 (modified by moo, 12 years ago) (diff) |
---|
TracNav
Install From Source
- Introduction: Introduction to XCache
- FeatureList: Feature list
- Faq: Frequently asked questions
Install From Binary...
- INI Settings: XCache ini settings reference
- API: XCache API reference
- Testing: How XCache is being tested
- How to Report A Bug: How to report the bug in a helpful way
Getting Stable Source
Check Releases at http://trac.lighttpd.net/xcache/.
Get source package
~ $ mkdir ~/src ~ $ cd ~/src ~/src $ wget http://... (the release url) ~/src $ tar -zxf xcache-*.tar.gz (or) ~/src $ gzip -dc xcache-*.tar.gz | tar -x ~/src $ cd xcache ~/src/xcache $ ls
Most of you should stick with stable-release, for production server, while some of you may download pre-release, snapsnots, or even get it from svn repo.
See also: GettingSource (prev), BuildingFromSource (next)
Checkout Source With SVN
make sure you have svn installed.
Checkout SVN source
~ $ mkdir ~/src ~ $ cd ~/src ~/src $ svn co svn://svn.lighttpd.net/xcache/trunk xcache-trunk ~/src $ cd xcache-trunk ~/src/xcache-trunk $ ls
See also: BuildingFromSource (next), SvnSnapShots, Win32AutoBuilds?