Skip to content

Obtaining_papaya_CMS_via_SVN

Marlon Kern edited this page Apr 11, 2016 · 5 revisions

Downloading papaya CMS from SVN-Repository

You can download papaya CMS directly from our public subversion server, giving you all the latest improvements and bugfixes made by the core developers.

Public subversion repository

Checking out papaya CMS from trunk

In order to check out papaya CMS from trunk into your webserver's document root, you can use the following command in your console:

svn checkout http://svn.papaya-cms.com/trunk/papayaCMS/ htdocs

Navigating SVN with WebSVN

You can browse through the repository with your webbrowser using our WebSVN installation:

WebSVN

WebSVN allows you to read log messages of single commits, to see the differences between various file versions or to take a look at the source code.

Clone this wiki locally