Socket
Socket
Sign inDemoInstall

entcore

Package Overview
Dependencies
523
Maintainers
3
Versions
1103
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    entcore

infra-front is the Open Digital Education (ODE) frontend framework. It is wriiten in typescript and it provides features and components to build and run ODE applications :


Version published
Weekly downloads
1.3K
increased by354.84%
Maintainers
3
Install size
110 MB
Created
Weekly downloads
 

Readme

Source

infra-front : Open Digital Education Framework

infra-front is the Open Digital Education (ODE) frontend framework. It is wriiten in typescript and it provides features and components to build and run ODE applications :

  • angularJS bootstrap and (light) abstraction (Model, Controllers and Direcctives injection)
  • portal theming (skin, assets overriding, SASS extensions for applications ...)
  • widgets management
  • sniplets management (sniplets are small and dynamic pieces of UI useful to mix contents from different applications)
  • user session and rights managment
  • collections of UI components + domain specific components
  • advanced multi-media components : RTE, Image Editor, Sound Recorder, Media Librairy
  • animation library

Install

Install and configure the following projects in the same root direectory.

1. ENT Core

git clone git@github.com:entcore/entcore.git
./build.sh install

2. Springboard

https://opendigitaleducation.gitbooks.io/reference-manual/content/first-steps/install-with-docker.html

In docker-compose.yml add the following volume mapping for node container :

../yourSpringboard:/home/node/yourSpringboard

3. infra-front

git clone git@github.com:entcore/infra-front.git

In docker-compose.yml add the same (than in Springboard) volume mapping for node container :

../yourSpringboard:/home/node/yourSpringboard

Run (watch) and develop

  1. under /infra-front run

    ./build.sh --springboard=yourSpringboard install
    ./build.sh --springboard=yourSpringboard watch
    
  2. under /yourSpringboard run

    ./build.sh run
    

FAQs

Last updated on 16 Apr 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc