
h2. Requirements
The Soceda Framework requires Java JDK 6. You can download it here:
[http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u32-downloads-1594644.html]
h2. Soceda Framework
Here you can download a packaging version of the Soceda Framework:
* Light version, will download automatically all required components ... coming soon
* Full version with all required components: [SocedaFramework-0.1.2-full.zip|http://labs.petalslink.org/projects/soceda/SocedaFramework-0.1.2-full.zip]
* Previous versions:
** [SocedaFramework-0.1.1-full.zip|http://www.activeeon.com/public_content/tools/soceda/SocedaFramework-0.1.1-full.zip]
** [SocedaFramework-0.1-full.zip|http://http://www.activeeon.com/public_content/tools/soceda/SocedaFramework-0.1-full.zip]
Extract the archive into a directory, open a command terminal to start all components locally on your machine, for example:
{code}
c:\Temp\SocedaFramework-0.1>start.bat
{code}
Alternatively, you can run the main.js in src dir script using the javascript interpreter:
{code}
c:\Temp\SocedaFramework-0.1>jrunscript src/main.js
{code}
If the jrunscript command is not found, it is located in the bin directory in your JDK install dir.