1
0
Fork 0
Browse Source

Strange characters replaced.

master
Rogier Neeleman 10 years ago
parent
commit
1db4654ac9
  1. 10
      howto/kiwiirc_on_debian.txt

10
howto/kiwiirc_on_debian.txt

@ -8,24 +8,24 @@ server. @@ -8,24 +8,24 @@ server.
I presume you already have git working. Otherwise, install it
(apt-get install git). Fist we need a working server with node.js. So
lets install all the software as root:
let's install all the software as root:
apt-get install npm
The problem is that Debian uses the ‘nodejs’ binary, but the whole rest
of the world called this file ‘node’. So we have to link it to the
The problem is that Debian uses the 'nodejs'binary, but the whole rest
of the world called this file 'node'. So we have to link it to the
right name before starting the installer.
ln -s /usr/bin/nodejs /usr/bin/node
After installing all the software, we could become the user with should
run KiwiIRC. Probably you wouldn;t want to run this as root! So find a
run KiwiIRC. Probably you wouldn't want to run this as root! So find a
nice place to store the software (/home/kiwiirc if the user is called
kiwiirc) and make a git clone of the software tree.
git clone https://github.com/prawnsalad/KiwiIRC.git && cd KiwiIRC
I ran into a problem with ZNC. It wouldnt connect to ZNC, but it
I ran into a problem with ZNC. It wouldn't connect to ZNC, but it
should. After upgrading from stable to the development, it worked. If
you have no problems at all, stay with the stable branch.

Loading…
Cancel
Save