Telemetry
diff --git a/pages/developer-docs/installation/static_pages_to_cdn.md b/pages/developer-docs/configuring_sunbird/static_pages_to_cdn.md
similarity index 100%
rename from pages/developer-docs/installation/static_pages_to_cdn.md
rename to pages/developer-docs/configuring_sunbird/static_pages_to_cdn.md
diff --git a/pages/developer-docs/installation/install_mobile_setup.md b/pages/developer-docs/installation/install_mobile_setup.md
index ff3ea68cb..2c29512d4 100644
--- a/pages/developer-docs/installation/install_mobile_setup.md
+++ b/pages/developer-docs/installation/install_mobile_setup.md
@@ -32,11 +32,15 @@ Unique identifier for the app
Name of the application
+<<<<<<< HEAD
+## Changing API Configuration
+=======
**app_version_code**
Version code for the app release.
+>>>>>>> 4f4387cb6f5d9f73a0d320a05df7ad801c416ae2
-**App end-point**:
+To customize the end points in the app:
Replace redirect base url REDIRECT_BASE_URL and all other base urls with your respective domain name in sunbird.properties
@@ -50,20 +54,23 @@ Generate the key and secret for mobile_app user using the JWT token of the mobil
* **server folder /where-you-cloned-sunbird-devops-repo/sunbird-devops/deploy/logs/apis.log.*
-Please invoke the below API to generate the key and secret for the mobile app:
-curl -X POST \ /api/api-manager/v1/consumer/mobile_app/credential/register \
- -H 'authorization: Bearer ' \
- -H 'content-type: application/json' \
- -d '{
- "request": {
- "key": "-mobile-app-"
- }
- }'
+Execute the listed API to generate the key and secret for the mobile app:
+
+ curl -X POST \ /api/api-manager/v1/consumer/mobile_app/credential/register \
+ -H 'authorization: Bearer ' \
+ -H 'content-type: application/json' \
+ -d '{
+ "request": {
+ "key": "-mobile-app-"
+ }
+ }'
Response body:
-{"result":{"key":"-mobile-app-","secret":""}} Use the value of "key" and "secret" from the response above for MOBILE_APP_KEY and MOBILE_APP_SECRET configuration in respective environments in gradle.properties file. Example:
+{"result":{"key":"-mobile-app-","secret":""}}
+
+Use the value of "key" and "secret" from the response above for MOBILE_APP_KEY and MOBILE_APP_SECRET configuration in respective environments in gradle.properties file. Example:
**dev_mobile_app_key = "-mobile-app-"
dev_mobile_app_secret = ""**
diff --git a/pages/developer-docs/server-installation/installation.md b/pages/developer-docs/server-installation/installation.md
index 59d2b2fdf..268015378 100644
--- a/pages/developer-docs/server-installation/installation.md
+++ b/pages/developer-docs/server-installation/installation.md
@@ -8,8 +8,7 @@ allowSearch: true
---
## Installation
-This section details the procedures for installing auxilliary services and validating the installation.
-
+This section details the procedures for installing auxilliary services and validating the installation
### Installing Auxilliary Services
@@ -135,3 +134,6 @@ The Sunbird installation script `./sunbird_install.sh` is a wrapper shell script
* `deploy-badger.sh` - Deploys the badger service as docker service.
* `deploy-core.sh` - Deploys the core services player, content, actor and learner service as docker services. The content, actor and learner service together form the LMS backend.
+
+
+Signing up on Sunbird is a seamless process. Once you have successfully installed Sunbird on your server, you can create sing up credentials on the portal. For details on signing up on Sunbird, refer Sign Up on Sunbird
diff --git a/pages/developer-docs/server-installation/prerequisites.md b/pages/developer-docs/server-installation/prerequisites.md
index fca1452b0..9a5a47aa5 100644
--- a/pages/developer-docs/server-installation/prerequisites.md
+++ b/pages/developer-docs/server-installation/prerequisites.md
@@ -19,7 +19,7 @@ This section explains the minimum prerequisites that must be ensured before inst
## API Key
* Sunbird requires EkStep API keys to access the EkStep content repository. For details on how to get access the keys, refer Ekstep API Keys to get the keys. If you are creating a test environment, get the QA API keys
-* Use the key and secret to generate JWT Token. Use the web based tool - http://jwtbuilder.jamiekurtz.com/. Note that when using this tool, the key in the EkStep Developer credentials should be set as the Issuer field and the secret in the Key field
+* Use the key and secret to generate JWT. Use the web based tool - http://jwtbuilder.jamiekurtz.com/. Note that when using this tool, the key in the EkStep Developer credentials should be set as the Issuer field and the secret in the Key field
## Domain Name
@@ -34,15 +34,16 @@ This section explains the minimum prerequisites that must be ensured before inst
#### Cloud Servers
-* Supported: AWS and Azure
+* Supported Providers: AWS and Azure
-* Minimum 2 servers with 7 GB RAM, running Ubuntu server 16.04 LTS
+* A general purpose server with 7 GB RAM on Azure, running Ubuntu server 16.04 LTS
+* A general purpose server with 8 GB RAM on AWS, running Ubuntu server 16.04 LTS
* You can scale the infrastructure by adding servers. Sunbird is designed to scale horizontally
* The scripts do not work on virtual machines created locally (using VMware/VirtualBox) and have been tested on Azure and AWS VMs
#### Cloud Blob Storage
* Sunbird requires an Azure BLOB storage account, for details on creating an account, refer Azure storage account
-* This account is used to store QR code images and achievement badges.
+* This account is used to store QR code images and achievement badges
#### Operating System
Ubuntu 16.04 LTS (64 bit)
diff --git a/pages/developer-docs/server-installation/sign_up_and_login.md b/pages/developer-docs/server-installation/sign_up_and_login.md
deleted file mode 100644
index bc58158c8..000000000
--- a/pages/developer-docs/server-installation/sign_up_and_login.md
+++ /dev/null
@@ -1,12 +0,0 @@
- ---
-type: landing
-directory: developer-docs/server-installation/
-title: Sign up and login
-page_title: Sign up and login
-description: Sign up and login
-allowSearch: true
-published: true
----
-
-Signing up on Sunbird is a seamless process. Once you have successfully installed SUnbord on your server, you can create sing up credentials on the portal. For details on signing up on Sunbird, refer Sign Up on Sunbird
-