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に連絡してください。

おすすめ記事