[eoxserver-dev] Merged!
Martin Paces
martin.paces at iguassu.cz
Thu Oct 6 12:27:55 CEST 2011
Stephan, thanks for information,
I'll start to merge the updated trunk with my WCSt sandbox.
Cheers
Martin
On 10/03/2011 09:18 PM, Stephan Krause wrote:
> Dear Dev'ers,
>
> I proudly may announce that we have merged sandbox_backends into the
> EOxServer trunk.That means tons of new code and documentation have been
> added to the code base. My thanks go to Fabian Schindler who helped me a
> lot with testing and debugging and to Stephan Meissl with whom I had
> lots of good discussions about the design of the interfaces.
>
> The new features of this version include
>
> * new storage backends for local data, remote data on a FTP server and
> data stored in a rasdaman image database
> * a complete revision of the data model
> * a complete revision of the automatic registration process for coverages
>
> In order to update your installations to the new versions, you have to
>
> * add 'eoxserver.backends' to the INSTALLED_APPS setting in settings.py
> (see also TEMPLATE_settings.py)
> * apply the changes in TEMPLATE_eoxserver.conf to your local
> eoxserver.conf file (many modules have been added to the 'modules'
> config parameter in section [core.registry] and a new [backends.cache]
> section has been introduced)
> * rebuild the database completely by copying TEMPLATE_config.sqlite to
> your local database location and running:
>
> $ python manage.py syncdb
> $ python manage.py loaddata data/fixtures/auth_data.json
> data/fixtures/initial_rangetypes.json
> data/fixtures/testing_backends.json data/fixtures/testing_base.json
> data/fixtures/testing_coverages.json
>
> The last step will remove all the information from your local database
> and load the test data from eoxserver/autotest. If you have custom data
> in your databases that you want to preserve I can help you to migrate it.
>
> The EOxServer trunk in its current configuration has the following known
> bugs:
>
> * WMS is broken
> * WCS 1.x is broken
> * the update and delete functionality for the coverage managers is missing
>
> I will try to bring WMS and WCS 1.x back to life again tomorrow.
>
> Please write to the mailing list or directly create a ticket on
> eoxserver.org if you find errors, bugs or other problems. Suggestions
> and comments are welcome, too.
>
> Best regards,
> Stephan K
>
More information about the dev
mailing list