Skip to content

Commit

Permalink
Added how to run application to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kesting committed Feb 20, 2016
1 parent 8bb27a4 commit bd51402
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,37 @@
# README

# Running the Application

Download sdkman
```sh
$ $ curl -s get.sdkman.io | bash
```
Initialize sdkman
```sh
$ source "$HOME/.sdkman/bin/sdkman-init.sh"
```
If unsuccessful make sure you have Java installed

Confirm installation
```sh
$ sdk version
```
Download grails, gradle, and groovy
```sh
$ sdk install grails 3.0.11
$ sdk install groovy
$ sdk install gradle
```
Clone the repository
```sh
$ git clone https://github.com/uwcse481h2016/AppForLiteracy
$ cd AppForLiteracy
```
Run the application!
```sh
$ grails run-app
```

# User Guide:
The tasks we laid out to accomplish in our task analysis:

Expand Down Expand Up @@ -280,4 +313,4 @@ Example:
"is",
"cool!"
]
}
}

0 comments on commit bd51402

Please sign in to comment.