On 13/12/10 00:29, David Taylor wrote:
Hi guys,

I was wondering if there's any documentation available on setting up a dev/test environment for Cherokee?

The relevant docs (and section) would be these:

        http://www.cherokee-project.com/doc/basics_requirements.html            
->  Software requirements
        http://www.cherokee-project.com/doc/basics_download.html                
->  SVN repository
        http://www.cherokee-project.com/doc/basics_installation_unix.html       
->  Qickstart

I've noticed a few glitches in the cherokee-admin UI. Occasionally I've had the fleeting thought to contribute... quickly followed by thoughts about how much effort a suitable dev/test rig can sometimes be to setup and get right... :-)

My care factor is slightly lower than the barrier to entry at the moment. If you can point me to appropriate documentation it would lower that barrier. :-)

It should be as easy as:

        svn co svn://svn.cherokee-project.com/cherokee/trunk ~/cherokee_dev
        cd ~/cherokee_dev
        ./autogen.sh --enable-beta --enable-trace&&  make

If you are trying out your modifications of the UI, don't forget to run the modified instance instead of the one in the system:

        cherokee-admin -d ~/cherokee_dev/admin

Good luck, and have fun! ;)

--
[email protected]
http://unixwars.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to