Git Product home page Git Product logo

lilypond-web's Introduction

Code quality checks Status
CodeFactor Codefactor
CircleCI CircleCI
Codecov codecov

Lilypond Web Service

  • 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

How to use

  • 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))
    • 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))
  • 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

lilypond-web's People

Contributors

chilledgeek avatar

Stargazers

Max FERGER avatar François Schwarzentruber avatar

Forkers

dot-asterisk-nl

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.