Following commands must be executed by root.
This works for Debian Lenny/Squeeze/Testing/Unstable.
wget https://apt-repo.bijk.com/archive-key.asc -O - | apt-key add -
echo "deb http://apt-repo.bijk.com/debian stable main" >> /etc/apt/sources.list
aptitude update
aptitude install bijk-node
aptitude update
aptitude install bijk-node
Note that if have an older Ubuntu you need to enable multiverse repository. See Adding Repositories in Ubuntu.
wget http://apt.bijk.com/archive-key.asc -O - | sudo apt-key add -
echo 'deb http://apt.bijk.com/ubuntu stable main' | sudo tee -a /etc/apt/sources.list
sudo aptitude update
sudo aptitude install bijk-node
sudo aptitude update
sudo aptitude install bijk-node
Following commands must be executed by root.
wget -O /etc/yum.repos.d/bijk.repo http://yum.bijk.com/bijk.repo
yum install bijk-node
yum install bijk-node
Following commands must be executed by root.
cd ~
wget http://www.bijk.com/pkg/bijk-cpanel.sh
sh ./bijk-cpanel.sh
cd ~
sh ./bijk-cpanel.sh
You need to have CPAN and standard build tools (gcc, make, …). CPAN is distributed with Perl itself. You need to install rrdtool first. If you're installing on Debian based distribution or Gentoo, installation script will try to install it by default. Otherwise you need install it manually.
wget http://www.bijk.com/pkg/bijk-latest.sh
sh ./bijk-latest.sh
cpan Log::Log4perl Net::Server Net::CIDR IO::Interface YAML::XS Module::Build
wget www.bijk.com/pkg/bijk-node_latest.tar.gz tar zxvf bijk-node_latest.tar.gz
cd bijk-node_<TAB> # replace tab with correct version (you can see it when unpacking in previous step) # cd bijk-node # if you have cloned git repository perl Build.PL # here you'll see some warnings, you can safely ignore it ./Build install
/usr/local/sbin/bijk-node