Since you are view this wiki page in Trac, you are realized that Karamelo source code is managed with subversion. You must already have an apache instance working with php5 and postgresql. To get a copy and develop Karamelo follow this steps:
$svn --username anonymous checkout https://devel.chipotle-software.com/karamelo/
Make a simbolic link wathever is your webserver root directory:
$ln -s karamelo/trunk/app/webroot/ /var/www/karamelo
Now you can see karamelo wotking on:
If you want to upload your changes to repository please contact manuel_AT_mononeurona_DOT_org top get a developer account.
