Navigation Menu

Skip to content

Commit

Permalink
trykkleif++
Browse files Browse the repository at this point in the history
  • Loading branch information
boutros committed Jan 14, 2013
1 parent bbd1c5a commit bb5b023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,15 +7,15 @@ For å stare kjør `rackup` eller `thin start`
### Redis
Applikasjonen bruker [Redis](http://redis.io/) til å cache anbefalingene.

For å installere Reids:
For å installere Redis:
```shell
wget http://download.redis.io/redis-stable.tar.gz
tar xvzf redis-stable.tar.gz
cd redis-stable
make
```

Starte ved å kjøre `/redis-stable/src/redis-server`. Hvis du ikke angir en konfigurasjonsfil som første parameter, vil Redis bruke standardverdier.
Starte ved å kjøre `/redis-stable/src/redis-server`. Hvis du ikke angir en konfigurasjonsfil som første parameter, vil Redis bruke standardverdier, og serve fra port 6379.

#### Foreløbige innstillinger i redis.conf
`deamonize yes`

0 comments on commit bb5b023

Please sign in to comment.