E Gard
2005-Oct-15 18:53 UTC
[Instantrails-users] Typo 2.5.6 Installed on InstantRails (quick step by step)
1) Unzip Typo 2.5.6 into the rails_apps folder. 2) Rails Applications --> Manage Rails Applications... (InstantRails application menu) 3) Check Typo-2.5.6 and click and configure SCGI settings 4) Edit hosts and add: 127.0.0.1 typo 5) Edit httpd.conf (at the bottom of the file): <VirtualHost *> ServerName typo # handle all requests through SCGI SCGIMount / 127.0.0.1:9999 # (*** CHANGE #1 FOR TYPO ***) # Changed to Typo folder (typo-2.5.6) DocumentRoot ${path}/rails_apps/typo-2.5.6/public <Directory ${path}/rails_apps/typo-2.5.6/public> Options +FollowSymLinks Order allow,deny allow from all </Directory> AddDefaultCharset utf-8 ErrorDocument 500 /500.html ErrorDocument 404 /404.html # matches locations with a dot following at least one more characters, # that is, things like *.html, *.css, *.js, which should be delivered # directly from the filesystem. Also matches the following # subdirectories: images, javascript(s), stylesheets # (*** CHANGE #2 FOR TYPO ***) # For Typo, remove stylesheets in list below <LocationMatch ^/(images|javascript|javascripts|[^/]+\.[^/]+$)> # don''t handle those with SCGI SCGIHandler Off </LocationMatch> # (*** CHANGE #3 FOR TYPO ***) # For Typo, removed #<LocationMatch "^/$"> # # don''t handle just / with SCGI # SCGIHandler Off #</LocationMatch> </VirtualHost> 6) Use Configure -> Database (via PhpMyAdmin) from the InstantRails menu. Create the databases (typo, typo_dev, typo_test). Use the db/schema.mysql.sql from typo to generate the tables 7) Browser to http://typo Ed __________________________________ Yahoo! Mail - PC Magazine Editors'' Choice 2005 http://mail.yahoo.com
Curt Hibbs
2005-Oct-15 20:47 UTC
[Instantrails-users] Typo 2.5.6 Installed on InstantRails (quick step by step)
Good work... and perfect timing for me! I''m planning to include Typo as another sample. preinstalled Rails app! Also, can you try posting a comment to your Typo installation (it uses AJAX). Larry Kelly has reported that AJAX is not working in Instant Rails. But before running this test put the attached "mod_scgi.so" in your apache\modules directory replacing the one that is there (this version of SCGI is supposed to fix problems with AJAX). Restart apache and see if AJAX works. This updated SCGI did not fix the problem for Larry. I''d like to get a second test. Thanks, Curt On 10/15/05, E Gard <x2egard at yahoo.com> wrote:> > 1) Unzip Typo 2.5.6 into the rails_apps folder. > 2) Rails Applications --> Manage Rails Applications... > (InstantRails application menu) > 3) Check Typo-2.5.6 and click and configure SCGI > settings > 4) Edit hosts and add: 127.0.0.1 <http://127.0.0.1> typo > 5) Edit httpd.conf (at the bottom of the file): > > <VirtualHost *> > ServerName typo > # handle all requests through SCGI > SCGIMount / 127.0.0.1:9999 <http://127.0.0.1:9999> > > # (*** CHANGE #1 FOR TYPO ***) > # Changed to Typo folder (typo-2.5.6) > DocumentRoot ${path}/rails_apps/typo-2.5.6/public > <Directory ${path}/rails_apps/typo-2.5.6/public> > Options +FollowSymLinks > Order allow,deny > allow from all > </Directory> > AddDefaultCharset utf-8 > ErrorDocument 500 /500.html > ErrorDocument 404 /404.html > # matches locations with a dot following at least > one more characters, > # that is, things like *.html, *.css, *.js, > which should be delivered > # directly from the filesystem. Also matches the > following > # subdirectories: images, javascript(s), > stylesheets > > # (*** CHANGE #2 FOR TYPO ***) > # For Typo, remove stylesheets in list below > <LocationMatch > ^/(images|javascript|javascripts|[^/]+\.[^/]+$)> > # don''t handle those with SCGI > SCGIHandler Off > </LocationMatch> > > # (*** CHANGE #3 FOR TYPO ***) > # For Typo, removed > #<LocationMatch "^/$"> > # # don''t handle just / with SCGI > # SCGIHandler Off > #</LocationMatch> > > </VirtualHost> > > 6) Use Configure -> Database (via PhpMyAdmin) > from the InstantRails menu. > Create the databases (typo, typo_dev, typo_test). > Use the db/schema.mysql.sql from typo to generate the > tables > > 7) Browser to http://typo > > Ed > > > > > > > > __________________________________ > Yahoo! Mail - PC Magazine Editors'' Choice 2005 > http://mail.yahoo.com > _______________________________________________ > Instantrails-users mailing list > Instantrails-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/instantrails-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/instantrails-users/attachments/20051015/ca963fb3/attachment-0001.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: mod_scgi.so Type: application/octet-stream Size: 30208 bytes Desc: not available Url : http://rubyforge.org/pipermail/instantrails-users/attachments/20051015/ca963fb3/mod_scgi-0001.so