CENTOS 서버에 Ximera 설치

CENTOS 서버에 Ximera 설치

XIMERA 패키지를 설치하려는 베어 CENTOS 서버가 있습니다.

https://github.com/kisonecat/ximera

README 파일에 제공된 단계를 수행할 때 특정 단계에서 MATHQUILL이라는 폴더를 생성할 수 없습니다.

여기에 XIMERA를 올바르게 설치하는 데 사용할 수 있는 CENTOS 서버가 있는 사람이 있습니까? 이 설치를 올바르게 수행하는 데 사용한 명령을 보고 싶습니다.

답변1

Bower.json 파일에 이것이 없기 때문입니다. 저는 Ximera에 익숙하지 않지만 Bower.json 담즙을 살펴보십시오.

$ sudo vi /opt/ximera/bower.json

{
    "name": "ximera",
    "version": "0.0.1",
    "dependencies": {
        "requirejs": "*",
        "almond": "*",
        "moment": "*",
        "lex": "https://github.com/aaditmshah/lexer.git",
        "jquery": "*",
        "less": "*",
        "jquery-ui": "*",
        "eonasdan-bootstrap-datetimepicker": "*",
        "bootstrap": "3.3.4",
        "underscore": "1.6.0",
        "socket.io-client": "*",
        "font-awesome": "*",
        "sly": "*",
        "isotope": "*",
        "jquery-fullsizable": "*",
        "threejs": "https://github.com/mrdoob/three.js.git",
        "pagedown-bootstrap": "https://github.com/tchapi/pagedown-bootstrap.git",
        "syntaxhighlighter": "https://github.com/alexgorbatchev/syntaxhighlighter.git",
        "js-quantities": "*",
        "codemirror": "3.22.0",
        "skulpt": "*",
        "async": "*",
        "math-expressions": "https://github.com/kisonecat/math-expressions.git",
        "JavaScript-MD5": "*"
    }
}

수학 표현에 대해서만 Ximera 직원에게 Mathquill을 문의하세요.

관련 정보