Branding exist or fusion
duncdrum opened this issue · 3 comments
There is a few instances, where fusion still refers to itself as exist
. This is meant to collect them.
The name of the main log file is exist.log
it is also the menu bar item on macOS Open exist.log
all login screens (e.g. monex) use exist-db branding
Dashboard reports exist-db 1.0.0-ALPHA
which this is not
So - the eXist-db Apps which are built for eXist-db are not modified. They are expected to show the eXist-db branding.
The log file exist.log
could be renamed, although for all intents and purposes it contains the data from the heavily modified eXist-db component of FusionDB.
Updates needed:
- Dashboard - should read
FusionDB 1.0.0-ALPHA
- Root URL e.g.
/
should show FusionDB logo etc not eXist-db logo
After visiting http://localhost:4059/ for the first time we should redirect to a page, which says something like:
Welcome to your new FusionDB installation, you can connect to FusionDB using FusionStudio, or eXist-db compatible APIs (if installed).
To disable this page in future, click here.
FusionDB APIs
If you don't already have FusionStudio installed you can download it from https://www.fusiondb.com/download/.
To connect to FusionDB from Fusion Studio, use the connection details:
- Server: x.x.x.x
- Port: 4059
eXist-db APIs Installed:
- Dashboard - http://localhost:4059/exist
- REST API - http://localhost:4059/exist/rest/db/
- RESTXQ - http://localhost:4059/exist/restxq (list services)
- Status - http://localhost:4059/exist/status
- WebDAV - http://localhost:4059/exist/webdav
- XML:DB - xmldb:exist://localhost:4059/exist/xmlrpc
- XML-RPC - http://localhost:4059/exist/xmlrpc
I have scheduled this for Alpha 3 - https://github.com/evolvedbinary/fusiondb-server/wiki/Road-Map
Some improvements have already been made to the eXist-db Dashboard and JMX for reporting of the Product Name.