Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mweiss/genkijacs-scheduler
https://github.com/mweiss/genkijacs-scheduler
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mweiss/genkijacs-scheduler
- Owner: mweiss
- Created: 2015-03-10T13:59:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T06:21:49.000Z (over 9 years ago)
- Last Synced: 2024-10-21T18:41:09.873Z (2 months ago)
- Language: JavaScript
- Size: 1.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenkiJacs Scheduler
To install dependencies, change into the base directory and run
```
npm install
```To run the server in debug mode, use the www script:
```
./bin/www
```# install base System (local)
get Virtualbox: https://www.virtualbox.org/
get virtualboximage: http://sourceforge.net/projects/virtualboximage/files/CentOS/6.0/CentOS-6-i386.7z/downloadusername: root
default pw: reversestart virtual machine
change root password and get ip to connect via ssh
```
passwd
ifconfig
```install updates and other software:
```
yum -y update
yum install wget gcc gcc-c++ mysql-server
```install nodejs
```
cd /usr/src
wget http://nodejs.org/dist/v0.12.0/node-v0.12.0.tar.gz
tar xzf node-v0.12.0.tar.gz
cd node-v0.12.0
./configure
make
make install
```iptables
```
iptables -I INPUT -j ACCEPT
```