diff --git a/tutorial/createapp.md b/tutorial/createapp.md index 4f98b91..1bd19b6 100644 --- a/tutorial/createapp.md +++ b/tutorial/createapp.md @@ -29,18 +29,13 @@ Revel proxy is listening, point your browser to : 9000 That is why you see the revel engine is listening on port X and Revel proxy is listening on port Y. - +```commandline $ revel run -a myapp Revel executing: run a Revel application WARN 20:12:59 harness.go:114: No http.addr specified in the app.conf listening on localhost interface only. This will not allow external access to your application Proxy server is listening on :9000 ``` -```commandline - -$ revel new -a github.com/myaccount/myapp -$ revel run -a github.com/myaccount/myapp -``` Open your browser to [http://localhost:9000/](http://localhost:9000/) to see a notification that your app is ready. ![Your Application Is Ready](/img/YourApplicationIsReady.png)