PDA

View Full Version : Algorithm



rushikesh988
January 13th, 2013, 12:59 PM
I have created the website in PHP.Now I want to create the package in deb that will install all its dependancies like apache,php5. and automaticall copy all the files into the var/www folder


I am very much new to linux programming . and know python programming language.

Do somebody have any idea about how to implement it or any kind of material (links ) for referance

PaulM1985
January 14th, 2013, 11:47 AM
Did you check the stickies? Specifically, http://ubuntuforums.org/showthread.php?t=1766253

jorok_tupur
January 26th, 2013, 09:50 AM
Check on the Ubuntu Packaging Guide (http://developer.ubuntu.com/packaging/html/).

It teaches how to do packaging for Ubuntu, and how to setup your own PPA.

BTW, the same guide is available in the repository, that means you can install it and browse it offline.


sudo apt-get install ubuntu-packaging-guideAfter installing that, you can browse the guide from /usr/share/doc/ubuntu-packaging-guide-html/index.html.

It is also available as PDF and EPUB.


sudo apt-get install ubuntu-packaging-guide-pdf ubuntu-packaging-guide-epub