Change fic2014 to fic

This commit is contained in:
nemunaire 2014-11-05 17:46:18 +01:00
commit cfc7c2ba0b
11 changed files with 47 additions and 47 deletions

View file

@ -14,19 +14,19 @@ The easiest way to have a working server is to build a Docker container.
First, build the container with the following command:
```
docker build -t fic2014 .
docker build -t fic .
```
Then, run it with:
```
docker run -t -i -P fic2014
docker run -t -i -P fic
```
It will ask you for a passphrase, you must provide one with at least 4
characters. This key is used to generate the server certificate.
When you see:
```
root@xxxxxxxxxxxx:/var/www/fic2014-server/misc#
root@xxxxxxxxxxxx:/var/www/fic-server/misc#
```
congratulations, the container is running!