Skip to content

bbiskup/edify-web

Repository files navigation

edify-web

Simple web frontend to the edify EDIFACT toolkit

Build Status

Branch Status
dev travis-dev

Running the server

There is a Demo server.

To run the container, install docker, then:

docker run --restart=always -p 18001:8001 --name edifyweb bbiskup/edifyweb_dev "./edify-web run -H 0.0.0.0"

Development

Travis CI Setup

The following environment variables need to be set to pull/push from/to Docker Hub:

  • DOCKER_USERNAME
  • DOCKER_PASSWORD
  • DOCKER_EMAIL

Deployment

Activate docker-machine target environment:

eval $(docker-machine env awsnano1)

Pull and run Docker image:

make demo-deploy

About

Simple web frontend to the edify EDIFACT toolkit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published