Skip to content

Commit

Permalink
Basic usage readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChefAustin committed Apr 27, 2019
1 parent 397b87a commit 0e56d07
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# gem-jar
Gemstash service thrown in a container and wrapped-up with a bow.
No nonsense Gemstash instance thrown in a container, backed by sqlite3 and wrapped-up with a bow. Non-configurable by design; for those that just want a no frills, quickly deployable Gem caching service.

TODO
## Getting started
1. `git clone https://github.com/chefaustin/gem-jar.git` <= Clone this repo
2. `cd gem-jar` <= Navigate into it
3. `docker run --name gem-jar -p 9292:9292 -v $(pwd)/db:/root/.gemstash chefaustin/gem-jar:latest` <= Bring container up

0 comments on commit 0e56d07

Please sign in to comment.