Skip to content

Commit

Permalink
Add docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ofaurax committed Apr 10, 2024
1 parent c81f441 commit b47163d
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
arvin2
======
# 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 --name arvin2 --network host -it arvin2`. It
will be available on `http://localhost:1912`

Clean it: `sudo docker container remove arvin2`

## Contributors

* Olivier FAURAX https://github.com/ofaurax
* Kimicol https://github.com/kimicol

## License

Copyright 2013 Olivier FAURAX

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

0 comments on commit b47163d

Please sign in to comment.