Posts

Showing posts from April, 2012

RabbitMQ Queue

http://www.rabbitmq.com/tutorials/tutorial-one-python.html

important linux commands

tar zxvf watchdog-0.5.4.tar.gz wget sudo /etc/init.d/apache2 start sudo a2ensite siteTobeActivated sudo gedit /etc/apache2/sites-available/siteName

Python API library and shell utilities to monitor file system events.

5)WATCHDOG - http://packages.python.org/watchdog/installation.html#installation        Installation steps watchdog on windows          - download this file - https://raw.github.com/pypa/pip/master/contrib/get-pip.py          - And execute it through command prompt as - python get-pip.py install          - Then install watchdog on windows - pip install watchdog

How to setup your development environment on linux??

If we look at the get installations of those packages are very easy. you have to use debian command called 'sudo apt-get install' for all of above packages first except for python. In linux 11.10 python 2.7 has been included, so you do not need to worry about that.                               If you couldn't get installations from above command use following way, 1) wget ' ' 2) sudo tar xzvf ' .tar.gz' 3) cd ' ' 4) python setup.py install or                 ./configure                  sudo make                  sudo make install 5)Then start to deploy your project into the apache server 6)If you have any problem regarding how to deploy the project in to server.... contact me via the blogger... Thankxx

Python 2.7 for web come up with linux 11.10

Needed followimg tools- linux 11.10 (oneiric ocelot) eclipse with pydev plugin Django 1.3.1 framework setuptools for python 2.7 mysqldb for python 2.7 PIL(Python imaging library) for python 2.7 apache2 mod_wsgi for apache