From 044874053e06e9abf255bb4d0c547cfe31fcc21a Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Tue, 4 Apr 2017 18:17:14 +0200 Subject: Improve build documentation in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5248c5c1..4f226d10 100644 --- a/README.md +++ b/README.md @@ -56,19 +56,19 @@ git clone --recursive https://github.com/atlarge-research/opendc.git cd opendc/ ``` -In the directory you just entered, you need to set up a small configuration file. To do this, create a file called `keys.json` in the `opendc` folder. In this file, simply replace `your-google-oauth-client-id` with your `client_id` from the OAuth client ID you created. +In the directory you just entered, you need to set up a small configuration file. To do this, create a file called `keys.json` in the `opendc` folder. In this file, simply replace `your-google-oauth-client-id` with your `client_id` from the OAuth client ID you created. For a standard setup, you can leave the other settings as-is. ```json { + "DATABASE_LOCATION": "/data/database/opendc.db", + "FLASK_SECRET": "This is a super duper secret flask key", "OAUTH_CLIENT_ID": "your-google-oauth-client-id", - "SERVER_BASE_URL": "http://localhost:8081", "ROOT_DIR": "/opendc", - "FLASK_SECRET": "This is a super duper secret flask key", - "DATABASE_LOCATION": "/data/database/opendc.db" + "SERVER_BASE_URL": "http://localhost:8081" } ``` -Once this configuration file is set up, we're ready to get the install up and running: +Now, start the server: ```bash # Build the Docker image -- cgit v1.2.3