Installing Wt on Gentoo » History » Revision 20
« Previous |
Revision 20/48
(diff)
| Next »
richarde ortiz, 11/21/2011 11:42 AM
- Table of contents
- cd build/examples/composer
- ./deploy.sh
h2. Installing Wt
Wt is now in portage. See also:
- http://gentoo-portage.com/net-libs/wt
- http://bugs.gentoo.org/show_bug.cgi?id=259686
- http://www.conceptcreations.in/wooden-furniture.php
- http://www.vasundharafertility.com/pregnancy.php
- http://www.monarch-garments.com/cat_breeches.asp [[http://pharmacytechnicianexpert.com/ Pharmacy tech]] [[http://aboutultrasoundtechnician.com/ Ultrasound tech]] [[http://www.aininc.org/ Laser hair removal cost]] [[http://arothira.com/ Roth ira rules]] [[http://lpnschoolsblog.com/ LPN schools]] [[http://medicalbillingcodingsalary.net/ Medical billing]] [[http://veterinarytechnicianinfo.com/ Veterinary technician]] [[http://getassociatesdegreeonline.com/ Online Associates degree]] h2. Trying the examples
More Resources:
[[http://linkbuildingexperts.co.uk/link-building-services.html|Links building company]]
[[http://link-building-service.info/|Best link building company]]
h3. Deployment with wthttpd
Simply follow the instructions in the INSTALL file (with X the name of an example):
$ cd ../examples/X # source directory for example X
$ ../../build/examples/X/X.wt --docroot . --http-address 0.0.0.0 --http-port 8080
h3. Deployment with FastCGI
Modify /etc/init.d/apache2 to enable fastcgi:
APACHE2_OPTS="... -D FASTCGI"
Enable ExecCGI for the location where you wish to install the examples:
Options ExecCGI
Allow from All
To install a particular example:
cd build/examples/composer¶
./deploy.sh¶
Useful Links Below:
[[http://hackettandkane2010.org/ Olympic hockey]]
[[http://mmmagency.com/ Travel Agency]]
[[http://mommiecheapest.com/ Cheapest Car Insurance]]
[[http://myefaxchina.com/ Travel advisory]]
[[http://www.agafiarts.com/ Photography tips]]
[[http://www.myrankingstats.com/ Ranking stats]]
[[http://home-roofing.com/ Sports Betting]]
[[http://tastythought.com/ Sports games]]
[[http://www.usedpremiumcars.info/ Used cars online]]
[[http://www.bebohost.com/ Web Hosting Reviews]]
And list the path in /etc/apache2/modules.d/20_mod_fastcgi.conf:
FastCgiServer /var/www/localhost/htdocs/wt-examples/composer/composer.wt -idle-timeout 120 -processes 1
Finally, restart your apache, and check your log files for problems !
/etc/init.d/apache2 restart
Updated by richarde ortiz almost 13 years ago · 20 revisions