diff --git a/README.md b/README.md index 11bb10eb0e4bc6b98b46453039d1d7ebab44385c..9841d6eb4906e3407ebfe3142da9a2f9dd817195 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Grill me Senpai!!! -FIXME - ## Prerequisites You will need [Leiningen][1] 2.0 or above installed. @@ -10,10 +8,10 @@ You will need [Leiningen][1] 2.0 or above installed. ## Running -To start a web server for the application, run: - - lein ring server +1. Add a database profile: ```echo '{:profiles/dev {:env {:database-url "jdbc:h2:./gms_dev.db"}}}' > profiles.clj``` +2. Create the database and the needed tables using Migratus: ```lein migratus``` +3. Start the server: ```lein run``` ## License -Copyright © 2015 FIXME +Copyright © 2016 Johannes Knödtel \ No newline at end of file