From: Mark D. <mjd...@ge...> - 2009-08-05 18:42:16
|
With Jon Auman's help, I have been setting up the development and production environment. As of last week, I can run some trivial applications that use all the infrastructure (Pg, Hibernate, etc.) that TreeBase will require. I had Hibernate generate a new empty database for TreeBase to use; this part seems to be working properly. The next steps are: 1. TreeBase has an initialization script that preloads the database with a few initial items, such as the names of the various security roles. I need to run this on the empty database. 2. Then I need to import the data that we dumped at SDSC. 3. Finally, I need to delete the data that was inserted into the SDSC database during beta-testing. I will probably send mail about these items in the next few days as I do them or if I need advice. |