Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Langoureaux committed Mar 8, 2016
1 parent e59f266 commit 10416a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Here is how you can help:

This docker image is created to run on Rancher ecosystem. You can also play it directly on top of Docker.

For more information about to run Alfresco on Rancher on few seconds, read my [blog](https://blog.webcenter.fr)
For more information about to run Alfresco on Rancher on few seconds, read my [blog](https://blog.webcenter.fr).


# Installation
Expand All @@ -65,6 +65,8 @@ docker build --tag="$USER/alfresco" .

# Quick Start

If you are french, you can read my [blog](https://blog.webcenter.fr) to found more advance usage. For exemple how to deploy Alfresco in few minutes on Rancher for production usage.

## Use Rancher

Go on catalog and search Alfresco. Just click on deploy. Congratulation, you have Alfresco.
Expand Down Expand Up @@ -127,7 +129,7 @@ docker run -d --name "alfresco" \
```

## Reverse Proxy
To run Alfresco behind a Reverse Proxy, you need to add extra paramater like this :
To run Alfresco behind a Reverse Proxy, you need to add extra parameter like this :

```bash
docker run -d --name "alfresco" \
Expand All @@ -139,7 +141,7 @@ docker run -d --name "alfresco" \
```

## Mail setting
To allow Alfresco send and receive mail, you need to add extras paramaters :
To allow Alfresco send and receive mail, you need to add extras parameters :

```bash
docker run -d --name "alfresco" \
Expand Down

0 comments on commit 10416a6

Please sign in to comment.