mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-23 07:21:28 +00:00
Update samples import paths
This commit is contained in:
@@ -22,7 +22,7 @@ WARNING: The target path will be completely deleted, if it already exists!
|
||||
|
||||
For example:
|
||||
|
||||
revel build github.com/revel/revel/samples/chat /tmp/chat
|
||||
revel build github.com/revel/samples/chat /tmp/chat
|
||||
`,
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ Clean the Revel web application named by the given import path.
|
||||
|
||||
For example:
|
||||
|
||||
revel clean github.com/revel/revel/samples/chat
|
||||
revel clean github.com/revel/samples/chat
|
||||
|
||||
It removes the app/tmp directory.
|
||||
`,
|
||||
|
||||
@@ -17,7 +17,7 @@ This allows it to be deployed and run on a machine that lacks a Go installation.
|
||||
|
||||
For example:
|
||||
|
||||
revel package github.com/revel/revel/samples/chat
|
||||
revel package github.com/revel/samples/chat
|
||||
`,
|
||||
}
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ Run the Revel web application named by the given import path.
|
||||
|
||||
For example, to run the chat room sample application:
|
||||
|
||||
revel run github.com/revel/revel/samples/chat dev
|
||||
revel run github.com/revel/samples/chat dev
|
||||
|
||||
The run mode is used to select which set of app.conf configuration should
|
||||
apply and may be used to determine logic in the application itself.
|
||||
@@ -23,7 +23,7 @@ Run mode defaults to "dev".
|
||||
|
||||
You can set a port as an optional third parameter. For example:
|
||||
|
||||
revel run github.com/revel/revel/samples/chat prod 8080`,
|
||||
revel run github.com/revel/samples/chat prod 8080`,
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
@@ -23,7 +23,7 @@ Run all tests for the Revel app named by the given import path.
|
||||
|
||||
For example, to run the booking sample application's tests:
|
||||
|
||||
revel test github.com/revel/revel/samples/booking dev
|
||||
revel test github.com/revel/samples/booking dev
|
||||
|
||||
The run mode is used to select which set of app.conf configuration should
|
||||
apply and may be used to determine logic in the application itself.
|
||||
|
||||
Reference in New Issue
Block a user