initial check-in
This commit is contained in:
parent
d1e6694a47
commit
27b20500c7
17 changed files with 284 additions and 0 deletions
19
README.txt
Normal file
19
README.txt
Normal file
|
@ -0,0 +1,19 @@
|
|||
This is the first release of Hop.
|
||||
|
||||
If you manage to get it running you should be able to connect your browser to
|
||||
http://127.0.0.1:8080/ (port 8080, that is). There is not much in terms of documentation
|
||||
at this point, please look at http://helma.org and have a look at the sample application
|
||||
in the apps/base directory.
|
||||
|
||||
This version is set up to use its own embedded Web server and a very basic
|
||||
embedded object database. For this reason it is able to run virtually without installation
|
||||
on any platform with a Java 1.1 virtual machine.
|
||||
|
||||
On the other hand, the embedded Web server and object db are meant for
|
||||
development work and not ready for prime time deployment. For that you'd probably
|
||||
use an external relational database, the Berkeley DB package and a full featured
|
||||
Web server like Apache.
|
||||
|
||||
Stay tuned for more documentation and stuff
|
||||
hannes@helma.at
|
||||
http://helma.org/
|
Loading…
Add table
Add a link
Reference in a new issue