https://github.com/courseorchestra/mellophone2
https://github.com/courseorchestra/mellophone2
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/courseorchestra/mellophone2
- Owner: CourseOrchestra
- License: gpl-3.0
- Created: 2022-02-07T09:58:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T18:34:53.000Z (over 1 year ago)
- Last Synced: 2024-10-26T03:48:33.686Z (over 1 year ago)
- Language: Java
- Homepage: https://courseorchestra.github.io/mellophone2/
- Size: 292 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Mellophone
User service for applications based on Course Platform
* Full documentation (in Russian): https://courseorchestra.github.io/mellophone2/
== Using with docker
Directory with application.yml and configuration `.xml` file should be placed in an image `/config` directory.
For example to run Mellophone from repository directory with configuration files in `docker-examle-config` directory use the following command.
[source,bash]
----
docker run --rm -p 8082:8082 -v $PWD/docker-example-config:/config curs/mellophone2
----
You may check mellophone is running by issuing the following http request:
[source]
----
http://localhost:8082/mellophone/login?sesid=123&login=user222&pwd=pwd222
----
If credentials are correct you will get 200 response, otherwise you will get 403 error.