Giter Site home page Giter Site logo

metanorma-linux-setup's Introduction

Metanorma Linux Setup

Build Status Pull Requests Commits since latest

Purpose

This repository provides installation of the Metanorma publication toolchain on Linux.

Requirements

Older versions may work but are not tested.

Install on Ubuntu

# Prerequisites: "curl"
# apt-get update && apt-get install -y curl
sudo bash -c "curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/ubuntu.sh | bash"
curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/install-gems.sh | bash
Note
The first command has to be run via sudo.

Install on CentOS

# Prerequisites: "curl"
# yum install -y curl
sudo bash -c "curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/centos.sh | bash"
curl -L https://raw.githubusercontent.com/metanorma/metanorma-linux-setup/master/install-gems.sh | bash
Note
The first command has to be run via sudo.

What it sets up

  • bundler for managing [Ruby] gems

  • Java which is a dependency for some of the Metanorma gems

  • Node.js (includes latest Node.js and NPM, for running apps and installing JavaScript packages)

  • puppeteer for running Headless Chrome via Node.js (used to generate PDFs from HTML)

  • PlantUML for creating UML diagrams via plain-text

Debugging

METANORMA_DEBUG environment variable was introduced which will: * Enable more verbose logging * Enable tests on dependent components (like latexml)

If you run into any problems, please copy and paste the entire log into a new GitHub Issue for us.

metanorma-linux-setup's People

Contributors

ronaldtse avatar camobap avatar opoudjis avatar

Stargazers

Hassan Sabbahi  avatar

Watchers

James Cloos avatar  avatar

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.