🤝
Sunbird coKreat
release-6.0.0
release-6.0.0
  • Learn
    • Overview
    • Capabilities
      • Asset Sourcing
      • Rich & Diverse Assets
      • Organised Collections
      • Asset Lifecycle Management
      • Question Bank
      • Observability
      • Product & Developer Guide
        • Asset Sourcing
          • Different types of Sourcing
          • Creation of Sourcing Projects
          • Managing Sourcing Projects
          • Contribution Process
            • How to Enroll?
            • How to Nominate?
            • How to Contribute?
              • Asset Contribution Lifecycle
          • Workspace
          • Contribution Service
          • Contribution Registry
        • Rich & Diverse Assets
        • Organised Collections
        • Asset Lifecycle Management
        • Question Bank
        • Observability
    • Technical Architecture
    • Product Roadmap
      • Release Calendar
  • USE
    • Getting Started
      • Deployment
        • Deployment Diagram
      • System requirements
      • Install
    • Developer Guide
      • Reference coKreat Web APP
        • Architecture Component Diagram
        • Install Locally
          • Installation guide
            • Windows Installation
            • Ubuntu or Mac Installation
        • Configuration
        • Component Diagrams
      • Contribution Service
        • Architecture
        • Install Locally
        • Configuration
        • APIs
        • Data Models
          • Postgres
          • Redis
      • Contribution Registry
        • Install locally
      • Flink Jobs
    • Release Notes
    • Learn More
      • Dependencies
  • ENGAGE
    • Discuss
    • Issue tracker/Create Issue
    • Contribute To coKreat
  • Archived
    • Components
      • Terminology
      • Configuration of Editors
Powered by GitBook
On this page
  • Pre - required programs
  • Follow-up steps
  • Run the application server
  • Run the client
Edit on GitHub
  1. USE
  2. Developer Guide
  3. Reference coKreat Web APP
  4. Install Locally
  5. Installation guide

Windows Installation

Installation steps for coKreat reference web app on Windows environment

PreviousInstallation guideNextUbuntu or Mac Installation

Last updated 2 years ago

Pre - required programs

  • Python 2.7.18

Follow-up steps

  • Download and install node version 14.18.1 and run the installer. Choose a directory, then select Next.

  • When it asks to install tools for Node JS, check the box for Automatically install the necessary tools

  • Install Angular CLI: 13.3.3

  • Create git account

  • Clone the repo from : https://github.com/Sunbird-Ed/creation-portal.git

Run the application server

  • Open command prompt

  • Change directory to ..\creation-portal\src\app

  • Run command set NODE_OPTIONS=--max_old_space_size=4096

  • Run command npm i

  • Run command npm run resource-bundles

  • Run command set sunbird_environment="local"

  • Run command set sunbird_instance="sunbird"

  • Run command set sunbird_default_channel="sunbird"

  • Run command set sunbird_default_tenant="sunbird"

  • Run command node server

Run the client

  • Open another command prompt window

  • Change directory to ..\creation-portal\src\app\client

  • Rename mv command in package.json to move command

  • Run npm i

  • Run npm install nodemon

  • Run command nodemon

Open http://localhost:3000/sourcing on a browser tab