将 Ximera 安装到 CENTOS 服务器

将 Ximera 安装到 CENTOS 服务器

我有一个裸露的 CENTOS 服务器,我想在其中安装 XIMERA 软件包。

https://github.com/kisonecat/ximera

当我按照 README 文件中给出的步骤操作时,我确实无法在某个步骤生成名为 MATHQUILL 的文件夹。

这里是否有人拥有裸露的 CENTOS 服务器,可以使用它来正确安装 XIMERA。我很想看到他们用来正确执行此安装的命令。

答案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

相关内容