https://github.com/duyet/mosesserver-docker
Moses server XMLRPC2
https://github.com/duyet/mosesserver-docker
docker dockerfile moses
Last synced: 10 months ago
JSON representation
Moses server XMLRPC2
- Host: GitHub
- URL: https://github.com/duyet/mosesserver-docker
- Owner: duyet
- Created: 2017-11-29T08:00:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:26:41.000Z (about 2 years ago)
- Last Synced: 2025-01-26T12:13:13.705Z (12 months ago)
- Topics: docker, dockerfile, moses
- Size: 2.93 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mosesserver-docker
Moses server XMLRPC2
# Build docker
```
docker build -t mosesserver .
```
# Run Moses Server
```
docker run -it -p 8080:8080 mosesserver
```
Moses server now available at [http://localhost:8080/RPC2](http://localhost:8080/RPC2)
# Test Moses with Python client
Use client.py to test Mosesserver.
```
python client.py
```