ofaurax / arvin2

A script to search in HMAP (https://hmap.fr/) set of music scores. Basically, a PHP script to search in a CSV.
GNU Affero General Public License v3.0
1 stars 1 forks source link

arvin2

A script to search in HMAP (http://hmap.fr/) set of music scores. Basically, a PHP script to search in a CSV.

Run in docker

This is for development purposes: you can run the current code in docker

Build it: sudo docker build . -t arvin2

Run it: sudo docker run --rm --name arvin2 --network host -it arvin2. It will be available on http://localhost:1912

Clean it (shouldn't be needed with --rm): sudo docker container remove arvin2

Contributors

License

Copyright 2013 Olivier FAURAX

Licensed under the GNU AGPLv3: https://www.gnu.org/licenses/agpl-3.0.html