Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nawabahmadreshi committed Jun 27, 2018
2 parents b41a000 + d4d26bd commit 1df54fb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ 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. 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.
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.
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){:target="_blank"}



Expand Down
3 changes: 1 addition & 2 deletions pages/developer-docs/configuring_sunbird/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Refer to the Installation pages, for detailed installation instructions
10 changes: 6 additions & 4 deletions pages/developer-docs/installation/developer_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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**

Expand All @@ -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:

<pre>
$ cd {PROJECT-FOLDER}/src/app
Expand All @@ -69,7 +70,7 @@ Once the **git clone** command executes, proceed with running the following set
$ npm install
</pre>

***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:

<pre>
sunbird_environment=local
Expand Down Expand Up @@ -146,5 +147,6 @@ Open a new terminal window
$ cd {PROJECT-FOLDER}/src/app/client
$ nodemon
</pre>
After the commands get executed, open `http://localhost:3000` in the browser.

Open `http://localhost:3000` in the browser.

0 comments on commit 1df54fb

Please sign in to comment.