@@ -12,7 +12,7 @@ feel free to fork and modify.
1212If you only want to use AMIV API, check out the online documentation
1313(There's a link in the github description above).
1414
15- If you are an administrator and wish to get the AMIV API r`unning , keep reading!
15+ If you are an administrator and wish to get the AMIV API running , keep reading!
1616
1717If you are a developer looking to work on AMIV API, it's best to look at the
1818code directly. You can start with [ bootstrap.py] ( amivapi/bootstrap.py ) ,
@@ -36,7 +36,7 @@ You only need to install Docker, nothing else is required.
3636
3737### Manual Installation for Development
3838
39- For development, we recommend to ** fork** the repository and install AMIV API
39+ For development, we recommend to fork the repository and install AMIV API
4040manually.
4141
4242First of all, we advise using a [ virtual environment] ( https://docs.python.org/3/tutorial/venv.html ) .
@@ -76,7 +76,7 @@ password `amivapi`.
7676docker swarm init
7777
7878# Create a network so that the api service can later be connected to the db
79- docker network create --driver overlay backend # Overlay so that it is representative of the real-life AMIV structure
79+ docker network create --driver overlay backend
8080
8181#
8282docker service create \
@@ -176,7 +176,7 @@ docker service create \
176176 amiveth/amivapi amivapi cron --continuous
177177
178178# To attach your command line to the docker instance, use
179- docker attach amivapi{ ...} # Use tab completion to find the name of the service
179+ docker attach amivapi... # Use tab completion to find the name of the service
180180
181181# As we run docker as a service, it restarts by itself even if you use docker kill
182182# To stop the service, use
0 commit comments