Updated compile and run instructions
This commit is contained in:
parent
7120e8aff2
commit
ccb6e4d4f1
1 changed files with 6 additions and 3 deletions
|
|
@ -31,13 +31,16 @@ See particularly the JSON-POST (using Boost.PropertyTree) and the GET /match/[nu
|
||||||
|
|
||||||
Compile with a C++11 compliant compiler:
|
Compile with a C++11 compliant compiler:
|
||||||
```
|
```
|
||||||
cmake .
|
mkdir build
|
||||||
|
cd build
|
||||||
|
cmake ..
|
||||||
make
|
make
|
||||||
|
cd ..
|
||||||
```
|
```
|
||||||
|
|
||||||
#### HTTP
|
#### HTTP
|
||||||
|
|
||||||
Run the server and client examples: `./http_examples`
|
Run the server and client examples: `./build/http_examples`
|
||||||
|
|
||||||
Direct your favorite browser to for instance http://localhost:8080/
|
Direct your favorite browser to for instance http://localhost:8080/
|
||||||
|
|
||||||
|
|
@ -45,7 +48,7 @@ Direct your favorite browser to for instance http://localhost:8080/
|
||||||
|
|
||||||
Before running the server, an RSA private key (server.key) and an SSL certificate (server.crt) must be created. Follow, for instance, the instructions given here (for a self-signed certificate): http://www.akadia.com/services/ssh_test_certificate.html
|
Before running the server, an RSA private key (server.key) and an SSL certificate (server.crt) must be created. Follow, for instance, the instructions given here (for a self-signed certificate): http://www.akadia.com/services/ssh_test_certificate.html
|
||||||
|
|
||||||
Run the server and client examples: `./https_examples`
|
Run the server and client examples: `./build/https_examples`
|
||||||
|
|
||||||
Direct your favorite browser to for instance https://localhost:8080/
|
Direct your favorite browser to for instance https://localhost:8080/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue