You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,10 +59,15 @@ Yes, you can now do some server side includes, using the synapticloop templar te
59
59
To make it quicker and easier to get started with routemaster, we added in module
60
60
functionality so that it can be easily extended.
61
61
62
-
### Step 1:
62
+
### Instructions:
63
+
64
+
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.
65
+
66
+
These will be automatically registered and ready to go.
67
+
68
+
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).
69
+
63
70
64
-
Download the `routemaster-<version>-server.jar` from the [https://github.com/synapticloop/routemaster/releases](github releases directory)
65
-
which contains all of the dependencies that are required
Copy file name to clipboardExpand all lines: src/docs/readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,10 @@ Download the `routemaster-<version>-server.jar` from the [github releases direc
21
21
22
22
These will be automatically registered and ready to go.
23
23
24
+
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).
0 commit comments