Merge pull request #1 from d3k4r/pull-request-update-readme
Instructions for running grub
This commit is contained in:
commit
0d2e969963
1 changed files with 26 additions and 1 deletions
27
README.md
27
README.md
|
@ -1,4 +1,29 @@
|
|||
# Grub
|
||||
Grub
|
||||
===============
|
||||
|
||||
Grub is a real-time synced grocery list. Mainly it's a way for me to play around with Clojure[Script] and core.async.
|
||||
|
||||
Dependencies
|
||||
------------
|
||||
- mongodb
|
||||
- Java 7+
|
||||
<pre>
|
||||
$ sudo apt-get install oracle-java7-installer
|
||||
$ sudo apt-get install oracle-java7-set-default
|
||||
</pre>
|
||||
- leiningen 2.1.2+
|
||||
<pre>
|
||||
$ mkdir ~/bin
|
||||
$ wget https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein
|
||||
$ mv lein ~/bin/.
|
||||
$ chmod a+x ~/bin/lein
|
||||
$ lein
|
||||
</pre>
|
||||
|
||||
Running
|
||||
-------
|
||||
<pre>
|
||||
$ lein cljsbuild once
|
||||
$ lein run dev
|
||||
</pre>
|
||||
- By default it will be running at http://localhost:3000
|
||||
|
|
Loading…
Reference in a new issue