Skip to content
forked from BaseXdb/basex

BaseX Main Repository.

Notifications You must be signed in to change notification settings

mblink/basex-webapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

basex-webapp

This is a slightly tweaked version of the BaseX Database Admin web app to allow acces to non-admin users. The current version is based on BaseX v11.5.

You can view the changes applied by looking at the diff between the upstream-webapp branch and a version-specific branch, e.g. https://github.com/mblink/basex-webapp/compare/upstream-webapp...webapp-11.5

Setup

To setup the repository for development and updating (more details below), run the following commands:

git clone git@github.com:mblink/basex-webapp.git
cd basex-webapp
git remote add upstream git@github.com:BaseXdb/basex

Updating

To update to a newer version of BaseX:

  1. Run bash +x update-version.sh <old-version> <new-version>
    1. Note: the versions you pass should match tags in the BaseX repo
  2. Follow the instructions printed at the end of the script to:
    1. Resolve any conflicts
    2. Complete the merge
    3. Push the new version's branch