| Code quality checks | Status |
|---|---|
| CodeFactor | |
| CircleCI | |
| Codecov |
- Lightweight service that runs simple webpage to access Lilypond functionalities
- Based on docker image base chilledgeek/lilypond-docker
- Source code is published on github, while the corresponding docker image is published on docker hub
- Default port is set to 8080
-
Ensure docker is installed and available (locally or on server that will host this, etc, kubernetes cluster)
-
Pull docker image:
docker pull chilledgeek/lilypond-web -
To run locally:
- Linux:
- Run service:
sudo docker run chilledgeek/lilypond-web --network="host" - Find the port:
docker container ps(get the NAME of running container (e.g. 3278cbd341f0)docker container inspect 3278cbd341f0 | grep IPAddress
- Access the IPAddress using any browser (port 8080))
- Run service:
- Mac:
- There seems to be known issues in running docker on a mac, so a different command line needs to be used:
docker run -p 8080:8080 chilledgeek/lilypond-web- Access the IPAddress using any browser (port 8080))
- There seems to be known issues in running docker on a mac, so a different command line needs to be used:
- Linux:
-
Paste in some Lilypond code, e.g. here is a sample lilypond code to generate the score for the intro part of Harry Potter's theme song