From d82ac792a7b67434557f686fb34a61641ccca1ba Mon Sep 17 00:00:00 2001 From: Nawab Date: Wed, 27 Jun 2018 17:43:56 +0530 Subject: [PATCH 1/7] Update index.md --- pages/developer-docs/configuring_sunbird/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/developer-docs/configuring_sunbird/index.md b/pages/developer-docs/configuring_sunbird/index.md index 2e2503b8c..f3ffbacb8 100644 --- a/pages/developer-docs/configuring_sunbird/index.md +++ b/pages/developer-docs/configuring_sunbird/index.md @@ -8,10 +8,9 @@ published: true allowSearch: true keywords: Configure, configuration, env, environment variables, variables --- -## Overview The goal of the configuration section is to provide a simple, but flexible, way for anyone to get an instance of Sunbird up and running that is fully configured and ready-to-go. Before getting started, please look at the Sunbird [Installation options](pages\developer-docs\installation), to see which method for deploying Sunbird is right for you. -Refer to the Installation pages, for detailed installation instructions \ No newline at end of file +Refer to the Installation pages, for detailed installation instructions From 26a679760ce3aa723f930b20f889f9cdc52e07d1 Mon Sep 17 00:00:00 2001 From: Nawab Date: Wed, 27 Jun 2018 17:46:17 +0530 Subject: [PATCH 2/7] Update env_variables_temp.md --- pages/developer-docs/configuring_sunbird/env_variables_temp.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/developer-docs/configuring_sunbird/env_variables_temp.md b/pages/developer-docs/configuring_sunbird/env_variables_temp.md index 9053222dc..fd99c1bb3 100644 --- a/pages/developer-docs/configuring_sunbird/env_variables_temp.md +++ b/pages/developer-docs/configuring_sunbird/env_variables_temp.md @@ -8,8 +8,6 @@ published: true allowSearch: false --- -## Overview - On installation, users can explore and work with Sunbird. The installation process takes care of the default minimum configuration required to run Sunbird. However, if you want to customize your instance of Sunbird, it is simple. Modify default behaviour or the look and feel by overriding the default values of environment variables as mentioned in the following table. For example, you can change the default logo to the logo of your choice, or change the default email address to your preferred email address. From 48bc5f01e6055831cabb14dee5fc3ffa979c9288 Mon Sep 17 00:00:00 2001 From: Nawab Date: Wed, 27 Jun 2018 17:48:12 +0530 Subject: [PATCH 3/7] Update env_variables_temp.md --- .../configuring_sunbird/env_variables_temp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/developer-docs/configuring_sunbird/env_variables_temp.md b/pages/developer-docs/configuring_sunbird/env_variables_temp.md index fd99c1bb3..734b7d292 100644 --- a/pages/developer-docs/configuring_sunbird/env_variables_temp.md +++ b/pages/developer-docs/configuring_sunbird/env_variables_temp.md @@ -8,9 +8,9 @@ published: true allowSearch: false --- -On installation, users can explore and work with Sunbird. The installation process takes care of the default minimum configuration required to run Sunbird. However, if you want to customize your instance of Sunbird, it is simple. -Modify default behaviour or the look and feel by overriding the default values of environment variables as mentioned in the following table. -For example, you can change the default logo to the logo of your choice, or change the default email address to your preferred email address. +On installation, users can explore and work with Sunbird. The installation process takes care of the default minimum configuration required to run Sunbird. However, if you want to customize your instance of Sunbird, it is simple. For example, you can change the default logo to the logo of your choice, or change the default email address to your preferred email address. + +Modify default behaviour, look and feel by overriding the default values of environment variables as mentioned in the following tables. **Note:** If you have not installed Sunbird, refer to [Server Installation](\pages\developer-docs\installation\server_installation) From 47242441fcaad09b568a4e344b32df6b2cf8885f Mon Sep 17 00:00:00 2001 From: Nawab Date: Wed, 27 Jun 2018 17:52:37 +0530 Subject: [PATCH 4/7] Update developer_installation.md --- .../developer-docs/installation/developer_installation.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/developer-docs/installation/developer_installation.md b/pages/developer-docs/installation/developer_installation.md index 74c0459b4..8118c5fa9 100644 --- a/pages/developer-docs/installation/developer_installation.md +++ b/pages/developer-docs/installation/developer_installation.md @@ -43,6 +43,7 @@ Ensure that you meet the following prerequisites before installing and running t 1. **Software dependencies** * [Node](https://nodejs.org/en/download/){:target="_blank"} - install the latest release of 8.11.2 LTS series + * [nodemon](https://www.npmjs.com/package/nodemon){:target="_blank"} - install nodemon 2. **API Keys** @@ -60,7 +61,7 @@ The code can be cloned to your repository using the following command: ***Note***: Stable versions of the sunbird portal are available via tags for each release, and the master branch contains latest stable release. For latest stable release [refer](https://github.com/project-sunbird/sunbird-portal/){:target="_blank"} -Once the **git clone** command executes, proceed with running the following set of commands in the console: +Once the **git clone** command is executed, proceed with running the following set of commands in the console:
    $ cd {PROJECT-FOLDER}/src/app
@@ -69,7 +70,7 @@ Once the **git clone** command executes, proceed with running the following set
    $ npm install
 
-***Note***: Please ensure that you are using node version 8.11.2 or above. Also, when prompted to set the environment variable please set the following +***Note***: Please ensure that you are using node version 8.11.2 or above. Also, when prompted to set the environment variable please set the following:
 sunbird_environment=local 
@@ -146,5 +147,6 @@ Open a new terminal window
 $ cd {PROJECT-FOLDER}/src/app/client
 $ nodemon
 
-After the commands get executed, open `http://localhost:3000` in the browser. + +Open `http://localhost:3000` in the browser. From 4038bb7149c9398571237179e4970a2061c67e24 Mon Sep 17 00:00:00 2001 From: Nawab Date: Wed, 27 Jun 2018 17:53:30 +0530 Subject: [PATCH 5/7] Update developer_installation.md --- pages/developer-docs/installation/developer_installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/developer-docs/installation/developer_installation.md b/pages/developer-docs/installation/developer_installation.md index 8118c5fa9..27dd400f2 100644 --- a/pages/developer-docs/installation/developer_installation.md +++ b/pages/developer-docs/installation/developer_installation.md @@ -24,7 +24,7 @@ To install Sunbird, your laptop/PC should have at least the following minimum sy Installing Sunbird requires two primary software components: - Sunbird portal or web application -- Sunbird services stack or the backend API interface. +- Sunbird services stack or the backend API interface ## Sunbird Portal Setup From 744a42e50a3ebb01d01d1a22fad2789dc5f5a6a4 Mon Sep 17 00:00:00 2001 From: Nawab Date: Wed, 27 Jun 2018 17:54:11 +0530 Subject: [PATCH 6/7] Update env_variables_temp.md --- pages/developer-docs/configuring_sunbird/env_variables_temp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/developer-docs/configuring_sunbird/env_variables_temp.md b/pages/developer-docs/configuring_sunbird/env_variables_temp.md index 734b7d292..72ab9e090 100644 --- a/pages/developer-docs/configuring_sunbird/env_variables_temp.md +++ b/pages/developer-docs/configuring_sunbird/env_variables_temp.md @@ -12,7 +12,7 @@ On installation, users can explore and work with Sunbird. The installation pro Modify default behaviour, look and feel by overriding the default values of environment variables as mentioned in the following tables. -**Note:** If you have not installed Sunbird, refer to [Server Installation](\pages\developer-docs\installation\server_installation) +**Note:** If you have not installed Sunbird yet, refer to [Server Installation](\pages\developer-docs\installation\server_installation) From d4d26bd3d90df7722b27a701479a5af96fbdd156 Mon Sep 17 00:00:00 2001 From: Nawab Date: Wed, 27 Jun 2018 17:54:21 +0530 Subject: [PATCH 7/7] Update env_variables_temp.md --- pages/developer-docs/configuring_sunbird/env_variables_temp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/developer-docs/configuring_sunbird/env_variables_temp.md b/pages/developer-docs/configuring_sunbird/env_variables_temp.md index 72ab9e090..0a641564c 100644 --- a/pages/developer-docs/configuring_sunbird/env_variables_temp.md +++ b/pages/developer-docs/configuring_sunbird/env_variables_temp.md @@ -12,7 +12,7 @@ On installation, users can explore and work with Sunbird. The installation pro Modify default behaviour, look and feel by overriding the default values of environment variables as mentioned in the following tables. -**Note:** If you have not installed Sunbird yet, refer to [Server Installation](\pages\developer-docs\installation\server_installation) +**Note:** If you have not installed Sunbird yet, refer to [Server Installation](\pages\developer-docs\installation\server_installation){:target="_blank"}