MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
Guide install Supybot 0.83.4.1+limnoria on Centos7  EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
Guide install Supybot 0.83.4.1+limnoria on Centos7  EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
Guide install Supybot 0.83.4.1+limnoria on Centos7  EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
Guide install Supybot 0.83.4.1+limnoria on Centos7  EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Guide install Supybot 0.83.4.1+limnoria on Centos7  EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
Guide install Supybot 0.83.4.1+limnoria on Centos7  EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
Guide install Supybot 0.83.4.1+limnoria on Centos7  EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
Guide install Supybot 0.83.4.1+limnoria on Centos7  EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
Guide install Supybot 0.83.4.1+limnoria on Centos7  EmptyThu Apr 07, 2022 4:45 am by Chief

March 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
25262728293031

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


Guide install Supybot 0.83.4.1+limnoria on Centos7

Go down

Guide install Supybot 0.83.4.1+limnoria on Centos7  Empty Guide install Supybot 0.83.4.1+limnoria on Centos7

Post  Chief Sun Oct 26, 2014 8:24 pm

Guide install Supybot 0.83.4.1+limnoria on Centos7
ok today i learn to everyone how we run SupyBot on New version Centos7 step by step
step1
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-10
first you need install epel from pack this for you can install pip and other things
step2
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-11
you need install everything
Code:

yum groupinstall -y development
 yum install -y zlib-dev openssl-devel sqlite-devel bzip2-devel
yum install python-devel
yum install xz-libs
after you install everything you need now run python and setuptools and pip
step3
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-12
you need download python and install this on root
Code:

wget http://www.python.org/ftp/python/2.7.6/Python-2.7.6.tar.xz
xz -d Python-2.7.6.tar.xz
tar -xvf Python-2.7.6.tar
cd Python-2.7.6
./configure --prefix=/usr/local
make
make altinstall
export PATH="/usr/local/bin:$PATH"
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-13
step4
after you run  Python you need now run setuptools
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-14
Code:

wget --no-check-certificate https://pypi.python.org/packages/source/s/setuptools/setuptools-1.4.2.tar.gz
tar -xvf setuptools-1.4.2.tar.gz
cd setuptools-1.4.2
python2.7 setup.py install
ok after you install setuptools you need now install pip you need download pip from this website
http://pip.readthedocs.org/en/latest/installing.html
http://www.f2h.co.il/3xndan976ycq
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-15
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-16
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-17
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-18
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-20
Code:

mv get-pip.py /home/mircx
cd /home/mircx
python get-pip.py
python get-pip.py --user
sudo yum install python-pip
after you doing this now you can download SupyBot Limnoria and install on your home but dont forget you need to be root
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-21
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-22
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-23
Code:

git clone https://github.com/ProgVal/Limnoria.git
python setup.py install --user
sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master --upgrade
sudo pip install pip --upgrade
pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --user --upgrade
pip install git+https://github.com/ProgVal/Limnoria.git@master --user --upgrade
echo 'PATH="$HOME/.local/bin:$PATH"'
supybot-wizard
Guide install Supybot 0.83.4.1+limnoria on Centos7  27-10-24
more thing if do you run Unix and you want install Limnoria in FreeBsd then install that
Code:

cd /usr/ports/devel/py-pip/ && make install clean
git clone https://github.com/ProgVal/Limnoria.git
cd Limnoria
python2.7 setup.py install --user
sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master --upgrade
pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --user --upgrade
supybot-wizard
this install in Unix FreeBsd system
Good Luck
Guide By mIRCx Staff
Chief
Chief
Admin

מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum