Minor documentation changes

This commit is contained in:
Simon Burns 2015-12-15 08:23:19 +00:00
parent d02b81b2d7
commit e4807e93dd
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ as SMTP host, MySQL settings, etc) you can:
- Clone this repository: `git clone https://github.com/m0nty/huginn-vagrant.git` - Clone this repository: `git clone https://github.com/m0nty/huginn-vagrant.git`
- Jump straight in with `./setup.sh` and follow the prompts. No attempt - Jump straight in with `./setup.sh` and follow the prompts. No attempt
is made to validate your input while you do this. is made to validate your input while you do this.
- Run `vagrant up` to provision your Huginn instance.
If you prefer to edit the config files yourself: If you prefer to edit the config files yourself:
@ -28,6 +29,7 @@ If you prefer to edit the config files yourself:
- Edit the `huginn` file if you want to change the listening address and port for - Edit the `huginn` file if you want to change the listening address and port for
your Huginn instance. your Huginn instance.
- I don't think you need to change the Procfile, but you may as well check anyway. - I don't think you need to change the Procfile, but you may as well check anyway.
- After that, run `vagrant up` to provision your Huginn instance.
Please let me know if I've messed up in any way. I've got my Huginn instance working Please let me know if I've messed up in any way. I've got my Huginn instance working
now, and I'm delighted with it. I just wanted to help out if anyone else is having now, and I'm delighted with it. I just wanted to help out if anyone else is having