Hi, I have installed freeBSD 5.5 and am connected to the net now. I would like to install apache and devlop some application from there. How should i start writing my application, execute it. I even make to figure out what folder to write application and how to deal with it. Thank you -- What we see depends mainly on what we look for. -MIHIR
Mihir Sanghavi wrote:> Hi, > I have installed freeBSD 5.5 and am connected to the net now. I would like > to install apache and devlop some application from there. How should i > start > writing my application, execute it. I even make to figure out what > folder to > write application and how to deal with it. Thank you >http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/ Provides a good start -Proto
cd /usr/ports/www/apache13 && make install clean should install apache and all it's dependancies for you. As for writing your applications, I can't even begin to help without more info. Perhaps you should search for information on your programming language of choice. You can write your application in any folder you want, but a likely place might be either your home directory or a subdirectory of your apache's document root (depending on the application's...uh...application) which defaults to /usr/local/www/data-dist/ On 7/10/06, Mihir Sanghavi <mihir.sanghavi@gmail.com> wrote:> Hi, > I have installed freeBSD 5.5 and am connected to the net now. I would like > to install apache and devlop some application from there. How should i start > writing my application, execute it. I even make to figure out what folder to > write application and how to deal with it. Thank you > > -- > What we see depends mainly on what we look for. > -MIHIR > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >
Mihir Sanghavi wrote:> Hi, I have installed freeBSD 5.5 and am connected to the net now. I would > like to install apache and devlop some application from there. How should > i start writing my application, execute it. I even make to figure out > what folder to write application and how to deal with it. Thank youIf you're just starting out developing on FreeBSD, you'd be better off starting with version 6.1. The 6-Stable branch is already in better shape than the 5-Stable branch bug wise, and will have a longer and more productive life. hth, Doug -- This .signature sanitized for your protection