Skip to content

Commit

Permalink
updated documentation and version
Browse files Browse the repository at this point in the history
  • Loading branch information
synapticloop committed Apr 12, 2017
1 parent d6944f9 commit 36ddc77
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 9 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,15 @@ Yes, you can now do some server side includes, using the synapticloop templar te
To make it quicker and easier to get started with routemaster, we added in module
functionality so that it can be easily extended.

### Step 1:
### Instructions:

Download the `routemaster-<version>-server.jar` from the [github releases directory](https://github.com/synapticloop/routemaster/releases) *(which contains all of the dependencies that are required)*, download modules that you require and place them in the `modules` directory from where you launched the routemaster server.

These will be automatically registered and ready to go.

For an example module with everything you need to build and deploy, see [https://github.com/synapticloop/routemaster-module-example](https://github.com/synapticloop/routemaster-module-example).


Download the `routemaster-<version>-server.jar` from the [https://github.com/synapticloop/routemaster/releases](github releases directory)
which contains all of the dependencies that are required



Expand Down Expand Up @@ -235,9 +240,9 @@ repositories {
dependencies {
runtime(group: 'synapticloop', name: 'routemaster', version: '2.0.0', ext: 'jar')
runtime(group: 'synapticloop', name: 'routemaster', version: '2.1.0', ext: 'jar')
compile(group: 'synapticloop', name: 'routemaster', version: '2.0.0', ext: 'jar')
compile(group: 'synapticloop', name: 'routemaster', version: '2.1.0', ext: 'jar')
}
Expand All @@ -249,9 +254,9 @@ or, more simply for versions of gradle greater than 2.1
dependencies {
runtime 'synapticloop:routemaster:2.0.0'
runtime 'synapticloop:routemaster:2.1.0'
compile 'synapticloop:routemaster:2.0.0'
compile 'synapticloop:routemaster:2.1.0'
}
Expand All @@ -265,7 +270,7 @@ dependencies {
<dependency>
<groupId>synapticloop</groupId>
<artifactId>routemaster</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<type>jar</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins {
id "synapticloop.documentr" version "2.9.0"
}

version = '2.0.0'
version = '2.1.0'

group = 'synapticloop'
archivesBaseName = 'routemaster'
Expand Down
4 changes: 4 additions & 0 deletions src/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Download the `routemaster-<version>-server.jar` from the [github releases direc

These will be automatically registered and ready to go.

For an example module with everything you need to build and deploy, see [https://github.com/synapticloop/routemaster-module-example](https://github.com/synapticloop/routemaster-module-example).




## Options

Expand Down

0 comments on commit 36ddc77

Please sign in to comment.