2. Checkout
Checkout projects from Repository
The Cinnamon server consists of three required and one optional libraries:
- Server (the View and Controller)
- EntityLib (the Model)
- 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:
- https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/Server/trunk
- https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/EntityLib/trunk
- 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:
-
svn co https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/Server/trunk/. Server/.
-
svn co https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/EntiyLib/trunk/. EntityLib/.
-
svn co https://cinnamon.svn.sourceforge.net/svnroot/cinnamon/Utils/trunk/. Utils/.

Previous:
1. Dependencies
