Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

MgCoders/sulfur

Repository files navigation

sulfur

Development

  • Start Wildfly + DB:

    docker-compose -f docker-compose.development.yml up -d

    or

    sh start_dev_server.sh

  • Refresh app

    mvn package

  • Status

    http://host:port/sulfur/api/status

Configuration

  • Regenerate standalone.xml

    docker-compose -f docker-compose.updateconf.yml up

Production