Merge branch 'master' of github.com:cantino/huginn

Andrew Cantino 11 years ago
parent
commit
fb7e69c698
1 changed files with 7 additions and 2 deletions
  1. 7 2
      README.md

+ 7 - 2
README.md

@@ -41,9 +41,14 @@ If you just want to play around, you can simply clone this repository, then perf
41 41
 
42 42
 * Copy `.env.example` to `.env` (`cp .env.example .env`) and edit `.env`, at least updating the `APP_SECRET_TOKEN` variable.
43 43
 * Run `rake db:create`, `rake db:migrate`, and then `rake db:seed` to create a development MySQL database with some example seed data.
44
-* Run `foreman start`, visit `http://localhost:5000`, and login with the username of `admin` and the password of `password`.
44
+* Run `foreman start`, visit [http://localhost:3000/][localhost], and login with the username of `admin` and the password of `password`.
45 45
 * Setup some Agents!
46 46
 
47
+If you need more detailed instructions, see the [Novice setup guide][novice-setup-guide].
48
+
49
+[localhost]: http://localhost:3000/
50
+[novice-setup-guide]: https://github.com/cantino/huginn/wiki/Novice-setup-guide
51
+
47 52
 ### Real Start
48 53
 
49 54
 Follow these instructions if you wish to deploy your own version of Huginn or contribute back to the project.  GitHub doesn't make it easy to work with private forks of public repositories, so I recommend that you follow the following steps:
@@ -97,6 +102,6 @@ Huginn is provided under the MIT License.
97 102
 
98 103
 Huginn is a work in progress and is hopefully just getting started.  Please get involved!  You can [add new Agents](https://github.com/cantino/huginn/wiki/Creating-a-new-agent), expand the [Wiki](https://github.com/cantino/huginn/wiki), or help us simplify and strengthen the Agent API or core application.
99 104
 
100
-Please fork, add specs, and send pull requests!  
105
+Please fork, add specs, and send pull requests!
101 106
 
102 107
 [![Build Status](https://travis-ci.org/cantino/huginn.png)](https://travis-ci.org/cantino/huginn)