Skip to content
skuro edited this page Oct 3, 2011 · 2 revisions

Welcome to the lambdalf wiki!

Bootstrap Lambdalf

MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=256m" mvn clean install -Pwebapp

Lambdalf is distributed as an AMP. The code is based on the Maven Alfresco Archetypes, which enables a local Jetty server to start and deploy a local Alfresco which has already lambdalf installed.

Start a REPL

curl -X POST -u admin:admin http://localhost:8080/alfresco/service/swank

After you started the application, call the swank web script to start a local Swank server. Currently there's no possibility to stop it once it's started.

Clone this wiki locally