Giter VIP home page Giter VIP logo

node-binaries's Introduction

How to Use this Repository

Files in rpm/deb package epages-nodejs come from three GIT repositories:

[email protected]:ePages-de/node-binaries/data/ (this repository)
contains nodejs files and required modules
[email protected]:ePages-de/node-epages6
contains ePages nodejs code
[email protected]:ePages-de/epages6-packages/pkg/epages-nodejs/data/
contains additionally shell scripts

Files in this repository (node-binaries) can be updated by executing:

Install Build Tools on CentOS-Only VM

cd
yum -y install git
rm -rf ~/epages6-packages
git clone [email protected]:ePages-de/epages6-packages

~/epages6-packages/scripts/PrepareBuildHost.sh -y

Install This Repository (node-binaries)

cd
rm -rf ~/node-binaries
git clone [email protected]:ePages-de/node-binaries

Update ~/node-binaries/control/build.conf

Check what modules shall be added to nodejs:

[npm-modules]
jquery=1
jsdom=1
karma=1
karma-qunit=1
karma-requirejs=1
node-epages6=1
qunitjs=1
requirejs=1

and what nodejs version do you want to install:

[nodejs]
# version is either latest or from package found in download_dir:
# node-VERSION-linux-x64.tar.gz (e.g. v0.10.48)
download_dir=http://nodejs.org/dist/v0.10.40/
version=v0.10.40
#download_dir=http://nodejs.org/dist/latest-v0.10.x
#version=latest

Note: If the version is latest than you can find the actual binary version in data/srv/epages/eproot/Perl/bin/nodejs.d/CHANGELOG.md

Note: that you only can use nodejs binaries up to glibc 2.9 because we still support CentOS 6.

Build new NodeJS Binaries

Choose a directory where to put the new nodejs binaries, say /tmp/node/. Then execute:

cd ~/node-binaries/control
./BuildNodeJS.sh -c build.conf -d /tmp/node

After successful execution update ~/node-binaries/data by /tmp/node/data and commit the changes.

node-binaries's People

Contributors

wolf2013 avatar

Watchers

James Cloos avatar Martin Kohl 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.