Personal tools
You are here: Home CinnamonServer Installation from Source 2. Checkout

2. Checkout

Checkout projects from Repository

The Cinnamon server consists of three required and one optional libraries:

 

  1. Server (the View and Controller)
  2. EntityLib (the Model)
  3. Utilities (Configuration, Constans, database session management)

 

Please note: the workflow library is not finished yet.

 

To install from source, you will need to check out and compile all three projects:

The Repositories for the projects are:

  1. https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/Server/trunk
  2. https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/EntityLib/trunk
  3. https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/Utils/trunk

Currently, we use Subversion as our version control system (VCS), so you will need to either install its command line client or a GUI tool for it.

 

 So in your Workspace, on the command line, issue the following commands:

  1.  svn co https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/Server/trunk/. Server/.
  2.  svn co https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/EntiyLib/trunk/. EntityLib/.
  3.  svn co https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/Utils/trunk/. Utils/.

 

 

 

 

 

 

Document Actions