https://github.com/tobybatch/dc3001
https://github.com/tobybatch/dc3001
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tobybatch/dc3001
- Owner: tobybatch
- Created: 2019-10-11T04:13:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T19:38:29.000Z (over 6 years ago)
- Last Synced: 2025-01-15T02:39:20.559Z (about 1 year ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stubby code
Start IMQ
docker run --rm --name activemq -p 8161:8161 -p 61616:61616 -p 61613:61613 -p 61617:61617 smaject/activemq
The models match up to the otares objects in the get customer end point.
## Run in a docker
sudo chown -R 1001:$(id -g) standalone && sudo chmod -R ug+rw standalone
docker-compose up
You may need to wait 2-3 minutes and then restart the docker.
docker-compose restart
Create a user:
./curl-create-user | python -m json.tool