Giter Club home page Giter Club logo

adapt-systeminfo's Introduction

adapt-systemInfo

This is an Adapt authoring tool plugin which displays system information about the current instance, and adds the ability to update the installed framework version via the user interface.

Installation

  1. Copy all sub-folders in /routes/ to /routes/ in your authoring tool folder.
  2. Copy all sub-folders in /frontend/ to /frontend/src/plugins/ in your authoring tool folder.

Usage

Note: this feature is only available to users with a Super Admin account.

The system information page can be accessed via the item in the global menu.

To update the framework, use the ‘check for updates’ button.

Framework update notes

The update is a one-way process. Perform a full backup of the system before attempting this.

For the framework update to take effect in any individual courses, a preview is required (the update process will ensure that each course is fully rebuilt the next time a preview is attempted).

adapt-systeminfo's People

Contributors

taylortom avatar

Stargazers

Chetan Sachdev avatar Dan Gray avatar

Watchers

Chetan Sachdev avatar James Cloos avatar  avatar

adapt-systeminfo's Issues

systemInfo.less wrong import

AT v0.4.0
FW v2.2.3

Action: upgrade or grunt build, gives error:
Running "less:dev" (less) task
Fatal error: {
"type": "File",
"filename": "frontend/src/plugins/systemInfo/less/systemInfo.less",
"index": 0,
"line": 1,
"callLine": null,
"column": 0,
"extract": [
null,
"@import '../../../less/sharedStyles.less';",
""
],
"message": "'../../../less/sharedStyles.less' wasn't found. Tried - frontend/src/less/sharedStyles.less,frontend/less/sharedStyles.less,../../../less/sharedStyles.less"
}

I changed the file import string to => "@import '../../core/less/sharedStyles.less';",
and then the upgrade works.
Unfortunate, the system info is not visible in the menu anymore.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.