Skip to content
Snippets Groups Projects
Commit cc5b3e09 authored by Johannes Knödtel's avatar Johannes Knödtel :notes:
Browse files

write a reasonable README.md

parent 10d39a9d
No related branches found
No related tags found
No related merge requests found
# Grill me Senpai!!! # Grill me Senpai!!!
FIXME
## Prerequisites ## Prerequisites
You will need [Leiningen][1] 2.0 or above installed. You will need [Leiningen][1] 2.0 or above installed.
...@@ -10,10 +8,10 @@ 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 ## Running
To start a web server for the application, run: 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```
lein ring server 3. Start the server: ```lein run```
## License ## License
Copyright © 2015 FIXME Copyright © 2016 Johannes Knödtel
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment