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 Limnoria SupyBot on Ubuntu 10.04 EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
Guide install Limnoria SupyBot on Ubuntu 10.04 EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
Guide install Limnoria SupyBot on Ubuntu 10.04 EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
Guide install Limnoria SupyBot on Ubuntu 10.04 EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
Guide install Limnoria SupyBot on Ubuntu 10.04 EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
Guide install Limnoria SupyBot on Ubuntu 10.04 EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
Guide install Limnoria SupyBot on Ubuntu 10.04 EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
Guide install Limnoria SupyBot on Ubuntu 10.04 EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
Guide install Limnoria SupyBot on Ubuntu 10.04 EmptyThu Apr 07, 2022 4:45 am by Chief

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


Guide install Limnoria SupyBot on Ubuntu 10.04

Go down

Guide install Limnoria SupyBot on Ubuntu 10.04 Empty Guide install Limnoria SupyBot on Ubuntu 10.04

Post  Chief Thu Mar 12, 2015 2:51 pm

Guide install Limnoria SupyBot on Ubuntu 10.04
ok my friend today i learn you about install Limnoria in ubuntu 10.04 and i want show to you this possible
before some day i inside to Support channel in Llimnoria and i ask there question and i no have problem there and i get Answer there and this Answer
Guide install Limnoria SupyBot on Ubuntu 10.04 12-03-11
ok now i show to you we no need update or something other if do you use with ubuntu 10.04.. we start
step 1
first time you need inside to your root and install all this all python-all-dev python-dev and more
Code:

sudo apt-get install build-essential
sudo apt-get install libncursesw5-dev
sudo apt-get install libssl-dev
sudo apt-get install libsqlite3-dev
sudo apt-get install tk-dev
sudo apt-get install libgdbm-dev
sudo apt-get install libbz2-dev
sudo apt-get install python-setuptools python-dev build-essential python-feedparser python-support python-utidylib
sudo apt-get install python-jinja2
sudo apt-get install python-virtualenv
sudo apt-get install python-scipy
sudo apt-get  install python-doc
sudo apt-get install supybot
ok after this we need stay in root and run python
step2
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"
step3
ok after we finish the install python in system ubuntu we need install setuptools
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
step4
ok after this you need download pip and movie file to your root then first time you download pip from here
http://pip.readthedocs.org/en/latest/installing.html
and start install
Guide install Limnoria SupyBot on Ubuntu 10.04 Screen11
Guide install Limnoria SupyBot on Ubuntu 10.04 Screen12
Code:

cd /home/userName/Downloads
mv get-pip.py /root
python get-pip.py
python get-pip.py --user
sudo apt-get  install python-pip
dont forget after you movie file pip to your root you need change position to root write after mv cd
step5
when you start download Limnoria and install you need out from root and download
Code:

sudo apt-get install git-core
git clone https://github.com/ProgVal/Limnoria.git
cd Limnoria
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 Limnoria SupyBot on Ubuntu 10.04 Screen13
ok some problem but you can fix this if do you see your bot no connect to Server and he make problem with this Traceback
Guide install Limnoria SupyBot on Ubuntu 10.04 Screen10
then dont worry you can fix this  and Configure again
Code:

sudo rm /usr/local/bin/supybot*
export PATH=/usr/local/bin:$PATH
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
supybot Ubuntu.conf
if you try write sudo rm /usr/bin/supybot* and after supybot-wizard then you get error
Guide install Limnoria SupyBot on Ubuntu 10.04 12-03-12
only after configure again your bot connect for me this work in ubuntu10.04
Guide install Limnoria SupyBot on Ubuntu 10.04 12-03-13
more thing if some download no working you welcome download from here
python
http://www.f2h.co.il/fsm9mzn5euqj
get-pip.py
http://www.f2h.co.il/ipx1d63b3g2i
setuptools
http://www.f2h.co.il/02vjtcmqk2h7
Good luck
Guide By mIRCx IRC Network
Chief
Chief
Admin

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

Back to top Go down

Back to top

- Similar topics

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