Checking out the framework
[fleXive] can be checked out from the subversion
repository located at http://svn.flexive.org/repository/flexive
.
I'd recommend the subversion commandline client, Tortoise SVN
(Windows), eSvn
(Linux and Windows), or SmartSVN
(Java). You can also browse the repository on source.flexive.org.
If using the commandline client create a directory flexive, change into this directory and run
Alternatively you might want to have a look at IDE Integration to see how to check out and setup [fleXive] using IDEA or Eclipse.
UTF-8 and Linux ...
We try to keep the source files UTF-8 compliant! So please make sure you use an UTF-8 locale on your machine.
For example if using debian or ubuntu you should check the file /etc/environment. It should look quite similar to this:
LANGUAGE="en_GB:en"
### BEGIN DEBCONF SECTION FOR localeconf
# Do not edit within this region if you want your changes to be preserved
# by debconf. Instead, make changes before the "### BEGIN DEBCONF SECTION
# FOR localeconf" line, and/or after the "### END DEBCONF SECTION FOR
# localeconf" line.
### END DEBCONF SECTION FOR localeconf
LANG=en_GB.UTF-8
Important is the LANG=en_GB .UTF-8 part,