Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duyet/mosesserver-docker
Moses server XMLRPC2
https://github.com/duyet/mosesserver-docker
docker dockerfile moses
Last synced: 29 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:26:41.000Z (about 1 year ago)
- Last Synced: 2024-05-02T06:09:05.146Z (8 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
```