GithubHelp home page GithubHelp logo

quodatum / openshift-basex-quick-start Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 0.0 14.92 MB

** OpenShift Online 2 platform is being shutdown Sept 2017 *** This Git repository helps you get up and running quickly with a BaseX installation on OpenShift.

License: Apache License 2.0

Shell 1.19% XQuery 46.44% XSLT 52.37%
basex openshift-application

openshift-basex-quick-start's People

Contributors

apb2006 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

openshift-basex-quick-start's Issues

REST-Interface /Openshift/ Security

https://mailman.uni-konstanz.de/pipermail/basex-talk/2016-March/010403.html

With a simple curl -i -X DELETE "http://xxx-xxx.rhcloud.com/rest/factbook" the Database is dropped.

In the database, there is only the user admin. In web.xml the REST-servlet is configured with

<servlet>
    <servlet-name>REST</servlet-name>
    <servlet-class>org.basex.http.rest.RESTServlet</servlet-class>
    <init-param>
      <param-name>org.basex.user</param-name>
      <param-value>admin</param-value>
    </init-param>
    <init-param>
      <param-name>org.basex.password</param-name>
      <param-value>xxx</param-value>
    </init-param>
</servlet>

<servlet-mapping>
    <servlet-name>REST</servlet-name>
    <url-pattern>/rest/*</url-pattern>
</servlet-mapping>

OpenShift 3

Is this openshift-basex package working out of the box on the new platform?

Updating BaseX

I set up BaseX on OpenShift some long time ago using this quick-start (thank you!). It seems that the version of BaseX has been bumped since then. What do I need to do to update my BaseX? If the command git pull -s recursive -X theirs upstream master is meant for doing that, I can't figure out what to replace the theirs upstream master string with.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.