babble / babble forked from 10gen/babble
- Source
- Commits
- Network (3)
- Issues (0)
- Downloads (57)
- Wiki (2)
- Graphs
-
Branch:
master
babble /
README
10gen application server (ed) Layout - src/ : all source code - src/langcore : some low level stuff that main depends on - src/main/ed : this is the where the bulk of the code lives - src/test : unit tests - src/jni : deprecated - bin/scripts : some nice tools to interact with your site/db - conf : basic configuration, has to be on your classpath - include : jars, all jars have to be on your classpath To Run AppServer: ant ./runLight.bash ed.appserver.AppServer <options> or ./runAnt.bash ed.appserver.AppServer <options> To see option information, see SDK quickstart

