Skip to content

Commit

Permalink
Renamed project, updated README, and renamed example file
Browse files Browse the repository at this point in the history
  • Loading branch information
otm committed Feb 21, 2016
1 parent 183e883 commit 845057b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ims
ims.conf
limes
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ To be done
There is an [example configuration file](http://github.com/otm/limes/limes.conf.example). The configuration file is documented. Make a copy of the file and place it in `~/.limes/config`.

```
mkdir ~/.limes
cd ~/.limes
wget https://raw.githubusercontent.com/otm/ims/master/limes.conf.example
mv limes.conf.example config
mkdir -p ~/.limes
wget -O ~/.limes/config https://raw.githubusercontent.com/otm/limes/master/config.example
```

Use your favorite text editor to update the configuration file
Use your favorite text editor to update ~/.limes/config

## Security
The service should be configured on the loop back device, and only accessible from the host it is running on.
Expand Down
File renamed without changes.

0 comments on commit 845057b

Please sign in to comment.