From ronald.fischer at fusshuhn.de Wed Jan 2 20:52:16 2008 From: ronald.fischer at fusshuhn.de (Ronald Fischer) Date: Wed Jan 2 20:52:23 2008 Subject: [Locomotive-users] Adding script path: How to get Locomotive base directory? Message-ID: <107D65CE-40B2-48A4-B421-68586ED1542C@fusshuhn.de> I would like to add the Rails script directory to my PATH, when opening a Locomotive terminal window. Right now I add it (in the Locomotive preferences) as relative path, i.e. I set the "additional path" in the preferences to /usr/local/mysql/bin:script Of course this breaks down if I do a cd in my terminal window. The problem is that I can not hard code the absolute path to the script directory, because I have more than one Locomotive application, and each has of course its own script directory. I would ideally need an environment variable which gives the base directory of my Rails app, but as far I see, there is no such thing. Does anyone know of a nice trick to achieve this goal? In case my question is not clear, here an example: Say I have two Rails applications managed by Locomotive: app1 based in /Users/ror/ foo/a1 and app2 based in /Users/ror/bar/a2. When I select app1 in Locomotive and open a terminal window, I would like to have /Users/ror/foo/a1/ script in my PATH, but when I select app2 in Locomotive and open a terminal window, I would like to have /Users/ror/bar/a2/script in my PATH. Ronald -- Ronald Fischer http://www.fusshuhn.de/ From grail at goldweb.com.au Thu Jan 3 02:14:22 2008 From: grail at goldweb.com.au (Alex Satrapa) Date: Thu Jan 3 02:14:52 2008 Subject: [Locomotive-users] Adding script path: How to get Locomotive base directory? In-Reply-To: <107D65CE-40B2-48A4-B421-68586ED1542C@fusshuhn.de> References: <107D65CE-40B2-48A4-B421-68586ED1542C@fusshuhn.de> Message-ID: On 03/01/2008, at 07:52 , Ronald Fischer wrote: > I would like to add the Rails script directory to my PATH, when > opening > a Locomotive terminal window. The best I can suggest at the moment is to create an alias for: PATH=$PATH:`pwd` ... then run that any time you open Terminal from Locomotive. An alternative for zsh users is to use named directories, eg: $ hash -d a1=/Users/ror/foo/a1 $ hash -d a2=/Users/ror/bar/a2 ... $ ~a1/script/generate model Widget $ bbedit ~a1/app/models/widget.rb The "hash -d ..." lines can be added in your ~/.zshrc file. One advantage of named directories is that you can never be confused about which Terminal window "belongs" to which project. HTH Alex From pirkka at gmail.com Tue Jan 8 12:29:21 2008 From: pirkka at gmail.com (Pirkka Hartikainen) Date: Tue Jan 8 12:29:25 2008 Subject: [Locomotive-users] New Locomotive bundle? In-Reply-To: References: <51896.24.132.23.217.1196004959.squirrel@service.opendomein.nl> <33D01729-8368-49FE-A680-CD6827239558@mac.com> <2C482E85-CC80-4E71-B3AF-8DC737C27DBC@agorapr.com> Message-ID: <2b75aeb90801080429m1212ee3aga86dbe240fdf1d37@mail.gmail.com> Hi! I'm in the middle of creating a "December 2007 RMagick" Rails 2.0 bundle following the recipe above. I'm getting the following error: $ sudo port install ghostscript ---> Fetching XFree86 Error: Target org.macports.fetch returned: You have an Apple X11SDK installation already. MacPorts will not overwrite it. If you wish to use Apple X11, install it from your Mac OS X install disc. If you really want to use XFree86 instead, please move it aside first : sudo mv /usr/X11R6 /usr/X11R6.apple Error: The following dependencies failed to build: XFree86 fontconfig Error: Status 1 encountered during processing. Can anyone here help? Otherwise it's been going nicely and I can put my bundle up to the web (alongside a disclaimer) if it works properly for me. Cheers, Pirkka On 26/11/2007, Ryan Raaum wrote: > Hi All, > > I don't really have the time now to make new bundles ... but if > someone else wants to make them, I'm happy to post them :) > > I've attached the procedures I've followed in the past. > > -Ryan > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > > > From ryan at raaum.org Tue Jan 8 13:51:06 2008 From: ryan at raaum.org (Ryan Raaum) Date: Tue Jan 8 13:51:12 2008 Subject: [Locomotive-users] New Locomotive bundle? In-Reply-To: <2b75aeb90801080429m1212ee3aga86dbe240fdf1d37@mail.gmail.com> References: <51896.24.132.23.217.1196004959.squirrel@service.opendomein.nl> <33D01729-8368-49FE-A680-CD6827239558@mac.com> <2C482E85-CC80-4E71-B3AF-8DC737C27DBC@agorapr.com> <2b75aeb90801080429m1212ee3aga86dbe240fdf1d37@mail.gmail.com> Message-ID: Hi, On Jan 8, 2008 7:29 AM, Pirkka Hartikainen wrote: > Hi! > > I'm in the middle of creating a "December 2007 RMagick" Rails 2.0 > bundle following the recipe above. I'm getting the following error: > > $ sudo port install ghostscript > ---> Fetching XFree86 > Error: Target org.macports.fetch returned: > > You have an Apple X11SDK installation already. > MacPorts will not overwrite it. > > If you wish to use Apple X11, > install it from your Mac OS X install disc. I installed the apple X11. Total functionality of the RMagick bundles would then require you to do the same - although I don't think most people use functions that require X11 to be installed... --Ryan > > If you really want to use XFree86 instead, > please move it aside first : > > sudo mv /usr/X11R6 /usr/X11R6.apple > > Error: The following dependencies failed to build: XFree86 fontconfig > Error: Status 1 encountered during processing. > > Can anyone here help? Otherwise it's been going nicely and I can put > my bundle up to the web (alongside a disclaimer) if it works properly > for me. > > Cheers, > Pirkka > > > On 26/11/2007, Ryan Raaum wrote: > > Hi All, > > > > I don't really have the time now to make new bundles ... but if > > someone else wants to make them, I'm happy to post them :) > > > > I've attached the procedures I've followed in the past. > > > > -Ryan > > > > > _______________________________________________ > > Locomotive-users mailing list > > Locomotive-users@lists.raaum.org > > http://lists.raaum.org/mailman/listinfo/locomotive-users > > > > > > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > From contact at gilgam.com Wed Jan 9 21:57:26 2008 From: contact at gilgam.com (NG) Date: Wed Jan 9 21:57:50 2008 Subject: [Locomotive-users] bundle 2.0 Message-ID: <8F744D92-9A09-4141-9DE6-C1C461BC51FF@gilgam.com> i've build a 2.0 bundle does anyone wants it ? It seems to works fine ... Nicolas G Gilgam Conseil, Webdesign & Formation sur Gilgam - Blog contact - contact@gilgam.com From jim at jimjames.org Wed Jan 9 21:58:56 2008 From: jim at jimjames.org (Jim James) Date: Wed Jan 9 21:59:06 2008 Subject: [Locomotive-users] bundle 2.0 In-Reply-To: <8F744D92-9A09-4141-9DE6-C1C461BC51FF@gilgam.com> References: <8F744D92-9A09-4141-9DE6-C1C461BC51FF@gilgam.com> Message-ID: Yes! I'd love to use it. I have already updated the gems in my existing bundles but it would be good to use your "fresh" bundle. Many thanks for doing that!! Jim. On Jan 9, 2008, at 2:57 PM, NG wrote: > i've build a 2.0 bundle > does anyone wants it ? > > It seems to works fine ... > > Nicolas G > > > Gilgam > Conseil, Webdesign & Formation sur Gilgam - Blog > contact - contact@gilgam.com > > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users From chris.d.williams at gmail.com Wed Jan 9 23:28:31 2008 From: chris.d.williams at gmail.com (Chris Williams) Date: Wed Jan 9 23:28:34 2008 Subject: [Locomotive-users] bundle 2.0 In-Reply-To: References: <8F744D92-9A09-4141-9DE6-C1C461BC51FF@gilgam.com> Message-ID: Yes...can you post it somewhere for folks to download? On Jan 9, 2008 4:58 PM, Jim James wrote: > Yes! I'd love to use it. I have already updated the gems in my > existing bundles but it would be good to use your "fresh" bundle. Many > thanks for doing that!! > > Jim. > > > On Jan 9, 2008, at 2:57 PM, NG wrote: > > > i've build a 2.0 bundle > > does anyone wants it ? > > > > It seems to works fine ... > > > > Nicolas G > > > > > > Gilgam > > Conseil, Webdesign & Formation sur Gilgam - Blog > > contact - contact@gilgam.com > > > > > > _______________________________________________ > > Locomotive-users mailing list > > Locomotive-users@lists.raaum.org > > http://lists.raaum.org/mailman/listinfo/locomotive-users > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > From adam at rokslide.com Thu Jan 10 00:13:25 2008 From: adam at rokslide.com (Adam Salter) Date: Thu Jan 10 00:15:29 2008 Subject: [Locomotive-users] bundle 2.0 In-Reply-To: References: <8F744D92-9A09-4141-9DE6-C1C461BC51FF@gilgam.com> Message-ID: I would be nice to update the sourceforge page with this bundle... Probably wouldn't be too hard. On 10/01/2008, at 10:28 AM, Chris Williams wrote: > Yes...can you post it somewhere for folks to download? > > On Jan 9, 2008 4:58 PM, Jim James wrote: >> Yes! I'd love to use it. I have already updated the gems in my >> existing bundles but it would be good to use your "fresh" bundle. >> Many >> thanks for doing that!! >> >> Jim. >> >> >> On Jan 9, 2008, at 2:57 PM, NG wrote: >> >>> i've build a 2.0 bundle >>> does anyone wants it ? >>> >>> It seems to works fine ... >>> >>> Nicolas G >>> >>> >>> Gilgam >>> Conseil, Webdesign & Formation sur Gilgam - Blog >>> contact - contact@gilgam.com >>> >>> >>> _______________________________________________ >>> Locomotive-users mailing list >>> Locomotive-users@lists.raaum.org >>> http://lists.raaum.org/mailman/listinfo/locomotive-users >> >> _______________________________________________ >> Locomotive-users mailing list >> Locomotive-users@lists.raaum.org >> http://lists.raaum.org/mailman/listinfo/locomotive-users >> > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users From pirkka at gmail.com Thu Jan 10 07:40:50 2008 From: pirkka at gmail.com (Pirkka Hartikainen) Date: Thu Jan 10 07:40:57 2008 Subject: [Locomotive-users] bundle 2.0 In-Reply-To: References: <8F744D92-9A09-4141-9DE6-C1C461BC51FF@gilgam.com> Message-ID: <2b75aeb90801092340w6de83282vbd552181ff8eb8d2@mail.gmail.com> i have a 2.0 RMagick bundle as well, that i built two days ago... i can put it somewhere if anyone wants to test it. for me it seems to work. cheers, pirkka On 10/01/2008, Adam Salter wrote: > I would be nice to update the sourceforge page with this bundle... > Probably wouldn't be too hard. > > On 10/01/2008, at 10:28 AM, Chris Williams wrote: > > > Yes...can you post it somewhere for folks to download? > > > > On Jan 9, 2008 4:58 PM, Jim James wrote: > >> Yes! I'd love to use it. I have already updated the gems in my > >> existing bundles but it would be good to use your "fresh" bundle. > >> Many > >> thanks for doing that!! > >> > >> Jim. > >> > >> > >> On Jan 9, 2008, at 2:57 PM, NG wrote: > >> > >>> i've build a 2.0 bundle > >>> does anyone wants it ? > >>> > >>> It seems to works fine ... > >>> > >>> Nicolas G > >>> > >>> > >>> Gilgam > >>> Conseil, Webdesign & Formation sur Gilgam - Blog > >>> contact - contact@gilgam.com > >>> > >>> > >>> _______________________________________________ > >>> Locomotive-users mailing list > >>> Locomotive-users@lists.raaum.org > >>> http://lists.raaum.org/mailman/listinfo/locomotive-users > >> > >> _______________________________________________ > >> Locomotive-users mailing list > >> Locomotive-users@lists.raaum.org > >> http://lists.raaum.org/mailman/listinfo/locomotive-users > >> > > _______________________________________________ > > Locomotive-users mailing list > > Locomotive-users@lists.raaum.org > > http://lists.raaum.org/mailman/listinfo/locomotive-users > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > From contact at gilgam.com Thu Jan 10 11:32:24 2008 From: contact at gilgam.com (NG) Date: Thu Jan 10 11:32:30 2008 Subject: [Locomotive-users] bundle 2.0 In-Reply-To: <8F744D92-9A09-4141-9DE6-C1C461BC51FF@gilgam.com> References: <8F744D92-9A09-4141-9DE6-C1C461BC51FF@gilgam.com> Message-ID: Le 9 janv. 08 ? 22:57, NG a ?crit : > i've build a 2.0 bundle > does anyone wants it ? > > It seems to works fine ... > > Nicolas G > > Ok i've tried a torrent file but doesn't seem to work so i've uploaded the whole bundle here http://sabnico1007.nerim.net/gilgam/gilgam_janvier2008.locobundle.zip Please share it via other ways , i don't know the bandwith quota ... is anyone interested in setting up a web site related to locomotive with bundles ? nicolas G Gilgam Conseil, Webdesign & Formation sur Gilgam - Blog contact - contact@gilgam.com From ryan at raaum.org Thu Jan 10 12:39:38 2008 From: ryan at raaum.org (Ryan Raaum) Date: Thu Jan 10 12:39:43 2008 Subject: [Locomotive-users] bundle 2.0 In-Reply-To: References: <8F744D92-9A09-4141-9DE6-C1C461BC51FF@gilgam.com> Message-ID: On Jan 10, 2008 6:32 AM, NG wrote: > > Le 9 janv. 08 ? 22:57, NG a ?crit : > > > i've build a 2.0 bundle > > does anyone wants it ? > > > > It seems to works fine ... > > > > Nicolas G > > > > > > > Ok i've tried a torrent file but doesn't seem to work > > so i've uploaded the whole bundle here > > http://sabnico1007.nerim.net/gilgam/gilgam_janvier2008.locobundle.zip > > Please share it via other ways , i don't know the bandwith quota ... > > > is anyone interested in setting up a web site related to locomotive > with bundles ? If you (and anyone else who has made a bundle) sign up for a sourceforge username, send it to me and I will add you to the locomotive project with the ability to upload files so you can use sourceforge's bandwidth. -ryan > > > nicolas G > > > > Gilgam > Conseil, Webdesign & Formation sur Gilgam - Blog > contact - contact@gilgam.com > > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > From ryan at raaum.org Thu Jan 10 12:42:52 2008 From: ryan at raaum.org (Ryan Raaum) Date: Thu Jan 10 12:42:54 2008 Subject: [Locomotive-users] Anyone tried RubyStack? Message-ID: Hi all, Has anyone here tried BitNami's RubyStack? (http://bitnami.org/stack/rubystack) If so, what did you think? -Ryan (If people like it, I'm considering putting a link on the Locomotive page to it as an alternative) From psz at mit.edu Thu Jan 10 14:12:07 2008 From: psz at mit.edu (Peter Szolovits) Date: Thu Jan 10 14:12:15 2008 Subject: [Locomotive-users] Re: Locomotive-users Digest, Vol 27, Issue 3 In-Reply-To: <20080110120011.36E0759A53@one.textdrive.com> References: <20080110120011.36E0759A53@one.textdrive.com> Message-ID: > Alas, I've tried to download this file on two different machines, but trying to unzip it gives CRC errors on several files in the bundle. I suspect that it may have gotten corrupted somewhere in the process. Has anyone successfully downloaded and used this? Thanks for Nicolas G. for trying to do this service for the community. --Peter Szolovits > Ok i've tried a torrent file but doesn't seem to work > > so i've uploaded the whole bundle here > > http://sabnico1007.nerim.net/gilgam/gilgam_janvier2008.locobundle.zip > > Please share it via other ways , i don't know the bandwith quota ... From justin at ljs.nl Thu Jan 10 14:20:53 2008 From: justin at ljs.nl (Justin) Date: Thu Jan 10 14:21:05 2008 Subject: [Locomotive-users] Anyone tried RubyStack? In-Reply-To: References: Message-ID: I just downloaded it and my first is, ieuw. It asks for database passwords, prefixs, can't even install leaving the passwords blank. PHP in a 'ruby' app? And more stuff I really don't need. No, I like locomotive's drag & drop just fine. On, 10 jan 2008, at 13:42, Ryan Raaum wrote: > Hi all, > > Has anyone here tried BitNami's RubyStack? (http://bitnami.org/stack/rubystack > ) > > If so, what did you think? > > -Ryan > > (If people like it, I'm considering putting a link on the Locomotive > page to it as an alternative) > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > From contact at gilgam.com Thu Jan 10 16:48:37 2008 From: contact at gilgam.com (NG) Date: Thu Jan 10 16:48:44 2008 Subject: [Locomotive-users] Re: Locomotive-users Digest, Vol 27, Issue 3 In-Reply-To: References: <20080110120011.36E0759A53@one.textdrive.com> Message-ID: Le 10 janv. 08 ? 15:12, Peter Szolovits a ?crit : >> > Alas, I've tried to download this file on two different machines, > but trying to unzip it gives CRC errors on several files in the > bundle. I suspect that it may have gotten corrupted somewhere in > the process. Has anyone successfully downloaded and used this? > Thanks for Nicolas G. for trying to do this service for the > community. --Peter Szolovits > > >> Ok i've tried a torrent file but doesn't seem to work >> >> so i've uploaded the whole bundle here >> >> http://sabnico1007.nerim.net/gilgam/gilgam_janvier2008.locobundle.zip >> >> Please share it via other ways , i don't know the bandwith quota ... > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > ok has anyone else experienced the same problems ? I've downloaded it and decompress and no problem. But i've used the macosx 10.4 integrated zipper. Have you tried to unzip on windows ? i think i'll take a sourceforge login password and upload that bundle (or another one i f you have a better one ) NG Gilgam Conseil, Webdesign & Formation sur Gilgam - Blog contact - contact@gilgam.com From justin at ljs.nl Thu Jan 10 17:10:01 2008 From: justin at ljs.nl (Justin) Date: Thu Jan 10 17:10:19 2008 Subject: [Locomotive-users] Re: Locomotive-users Digest, Vol 27, Issue 3 In-Reply-To: References: <20080110120011.36E0759A53@one.textdrive.com> Message-ID: <2F226BE0-4902-46FD-88EC-8C44FD6F67CC@ljs.nl> It works fine here too (10.5.1). Also uploaded it here if needed: http://www.megaupload.com/?d=SN19QKL4 On 10 jan 2008, at 17:48, NG wrote: > > Le 10 janv. 08 ? 15:12, Peter Szolovits a ?crit : > >>> >> Alas, I've tried to download this file on two different machines, >> but trying to unzip it gives CRC errors on several files in the >> bundle. I suspect that it may have gotten corrupted somewhere in >> the process. Has anyone successfully downloaded and used this? >> Thanks for Nicolas G. for trying to do this service for the >> community. --Peter Szolovits >> >> >>> Ok i've tried a torrent file but doesn't seem to work >>> >>> so i've uploaded the whole bundle here >>> >>> http://sabnico1007.nerim.net/gilgam/ >>> gilgam_janvier2008.locobundle.zip >>> >>> Please share it via other ways , i don't know the bandwith quota ... >> >> _______________________________________________ >> Locomotive-users mailing list >> Locomotive-users@lists.raaum.org >> http://lists.raaum.org/mailman/listinfo/locomotive-users >> > > ok has anyone else experienced the same problems ? > > I've downloaded it and decompress and no problem. But i've used the > macosx 10.4 integrated zipper. Have you tried to unzip on windows ? > > i think i'll take a sourceforge login password and upload that > bundle (or another one i f you have a better one ) > > NG > > > > > Gilgam > Conseil, Webdesign & Formation sur Gilgam - Blog > contact - contact@gilgam.com > > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users > From pirkka at gmail.com Thu Jan 10 17:48:23 2008 From: pirkka at gmail.com (Pirkka Hartikainen) Date: Thu Jan 10 17:48:45 2008 Subject: [Locomotive-users] Rails 2.0 RMagick Bundle up for download/testing Message-ID: <2b75aeb90801100948j504ce2a5j310f3329fe4a23aa@mail.gmail.com> I put my RMagick bundle up in case anyone wants to try it out. The recipe used is found attached, unfortunately I didn't save the creation log and thus didn't manage to document the exact versions of libraries/gems used. http://www.megaupload.com/?d=1IXX5A37 Cheers, Pirkka -------------- next part -------------- # CREATING A LOCOMOTIVE RAILS BUNDLE W/ RMAGICK # 8. January 2008 # modified by Pirkka Hartikainen based on original recipe by Ryan Raaum. # i did this on Tiger (10.4.11) because i'm migrating to Leopard just yet. # before starting: run sudo once to get authorization rights sudo ls # get set up in a build directory... name your bundle appropriately! cd /Applications/Locomotive2/Bundles mkdir rmagickRailsDec2007_i386.locobundle cd rmagickRailsDec2007_i386.locobundle mkdir framework cd framework #then begin export MYPREFIX=`pwd` export PATH=$MYPREFIX/bin:/bin:/sbin:/usr/bin:/usr/sbin export DYLD_LIBRARY_PATH=$MYPREFIX/lib export LDFLAGS="-L$MYPREFIX/lib -headerpad_max_install_names" export CFLAGS=-I$MYPREFIX/include export CXXFLAGS=$CFLAGS export CPPFLAGS=$CXXFLAGS curl -O http://svn.macports.org/repository/macports/downloads/DarwinPorts-1.3.2/DarwinPorts-1.3.2.tar.gz tar -xvzf DarwinPorts-*.tar.gz cd DarwinPorts-* ./configure --prefix=$MYPREFIX --with-tcl=/usr/lib make sudo make install cd .. rm -rf DarwinPorts-* sudo port selfupdate sudo port install bzip2 sudo port install zlib sudo port install readline sudo port install fcgi sudo port install libiconv sudo port install openssl sudo port install libevent sudo port install memcached sudo port install sqlite3 sudo port install pcre sudo port install lighttpd +ssl sudo port install expat sudo port install gettext # installing your choice of ruby version curl -O ftp://ftp.ruby-lang.org/pub/ruby/ruby-1.8.6-p110.tar.gz tar xzvf ruby-*.tar.gz cd ruby-* ./configure --prefix=$MYPREFIX --enable-pthread --with-readline-dir=$MYPREFIX make sudo make install sudo make install-doc cd .. sudo rm -rf ruby* sudo port install libxml2 # port of libexif broken because of translation incompatibilites # 07 Jan 08 - no idea if this broken or not, i used sudo port install libexif as couple of versions have appeared after 18 Mar 07 # 18 Mar 07 - still broken sudo port install libexif # ^if the above does not work for you, use: # curl -O http://superb-east.dl.sourceforge.net/sourceforge/libexif/libexif-0.6.13.tar.bz2 # bunzip2 libexif* # tar xvf libexif* # cd libexif* # ./configure --prefix=$MYPREFIX --disable-rpath --disable-nls # make # sudo make install # part of the doc install for make install fails cd .. rm -rf libexif-* sudo port install jpeg sudo port install jasper sudo port install jbigkit sudo port install libpng sudo port install libwmf # tiff port is currently (30 Apr 06) broken on both 10.3 and 10.4 # needed to copy older portfile into var/db/dports/sources/rsync. etc # get older portfile from cvs: # http://cvs.opendarwin.org/cgi-bin/cvsweb.cgi/dports/graphics/tiff/ # 03 Jan 07 seems to be good now sudo port install tiff sudo port install lcms sudo port install freetype # will need to find ghostscript-fonts-std-8.11.tar.gz and ghostscript-fonts-other-6.0.tar.gz # from some other source as the port source fails. # http://www.filewatcher.com is a good place to search # 18 Mar 07 - fonts seem ok now sudo port install ghostscript #sudo port install ImageMagick +lcms +jbig +wmf +jpeg2 +darwin_6 sudo port install ImageMagick +lcms +wmf +jbig +jpeg2 +gs +nox11 sudo port install freeimage curl -O http://easynews.dl.sourceforge.net/sourceforge/ruby-ldap/ruby-ldap-0.9.7.tar.gz tar -xvzf ruby-ldap-*.tar.gz cd ruby-ldap-* ruby extconf.rb --with-openldap2 make sudo make install cd .. rm -rf ruby-ldap-* # rubygems # i actually manually fetched rubygems-1.0.1.tgz and used it instead, uncomment line below to get the older version used by ryan # rubygems is capable of updating itself later if you need a newer version... - pirkka # curl -L http://rubyforge.org/frs/download.php/17190/rubygems-0.9.2.tgz > rubygems-0.9.2.tgz tar -xvzf rubygems-*.tgz cd rubygems-* sudo ruby setup.rb cd .. rm -rf rubygems-* sudo gem install fcgi sudo gem install sqlite3-ruby --source http://code.whytheluckystiff.net sudo gem install postgres-pr sudo gem install rake sudo gem install rails sudo gem install capistrano sudo gem install capistrano-ext sudo gem install mongrel sudo gem install mongrel_config sudo gem install mongrel_status # mysql-ruby, needs mysql at /usr/local/mysql # you can use the OSX mysql package: http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg curl -O http://tmtm.org/downloads/mysql/ruby/mysql-ruby-2.7.1.tar.gz tar -xvzf mysql-ruby-* cd mysql-ruby-* ruby extconf.rb --with-mysql-config=/usr/local/mysql/bin/mysql_config make sudo make install cd .. rm -rf mysql-ruby-* sudo gem install rmagick sudo gem install sparklines sudo gem install sparklines_generator sudo gem install gruff sudo gem install image_science sudo gem install RedCloth -v 3.0.3 sudo gem install BlueCloth sudo gem install syntax sudo gem install gettext sudo gem install memcache-client sudo gem install cached_model #sudo gem install ruby-memcache # ERROR: could not find ruby-memcache locally or in a repository sudo gem install Ruby-MemCache sudo gem install rspec sudo gem install piston sudo gem install rcov sudo rm -rf $MYPREFIX/share/skel sudo rm -rf $MYPREFIX/share/libpng sudo rm -rf $MYPREFIX/share/RMagick sudo rm -rf $MYPREFIX/share/darwinports sudo rm -rf $MYPREFIX/etc/ports sudo rm -rf $MYPREFIX/bin/port* sudo rm -rf $MYPREFIX/var #sudo cp $MYPREFIX/lib/ImageMagick-6.3.3/config/type-ghostscript.xml $MYPREFIX/lib/ImageMagick-6.3.3/config/base-type-ghostscript.xml #cp: /Applications/Locomotive2/Bundles/rmagickRailsDec2007_i386.locobundle/framework/lib/ImageMagick-6.3.3/config/type-ghostscript.xml: No such file or directory sudo cp $MYPREFIX/lib/ImageMagick-6.3.7/config/type-ghostscript.xml $MYPREFIX/lib/ImageMagick-6.3.7/config/base-type-ghostscript.xml # change all base paths in base-type-ghostscript.xml to INITIAL_BUNDLE_PATH sudo perl -pi -e "s#`echo $MYPREFIX`#INITIAL_BUNDLE_PATH/framework#g" $MYPREFIX/lib/ImageMagick-6.3.7/config/base-type-ghostscript.xml # change all the hard-coded ruby paths in ruby scripts in bin sudo perl -pi -e "s#`echo $MYPREFIX/bin/ruby`#/usr/bin/env ruby#g" $MYPREFIX/bin/* # use your name here sudo chown -R ryan:ryan $MYPREFIX/ # and finally... # 1. copy everything besides 'framework' from existing bundle # 2. edit info.plist file to match your bundle information # i hope it works! # - pirkka (pirkka@gmail.com) # ... Oh by the way, after building the bundle as above I got the following error: # ** Rails loaded. # ** Loading any Rails specific GemPlugins # ** Signals ready. TERM => stop. USR2 => restart. INT => stop (no restart). # ** Rails signals registered. HUP => reload (without restart). It might not work well. # ** Mongrel 1.1.3 available at 0.0.0.0:3001 # ** Writing PID file to /Users/pirkka/www/lifesaver/log/locomotive.pid # dyld: NSLinkModule() error # dyld: Library not loaded: /usr/local/mysql/lib/mysql/libmysqlclient.15.dylib # Referenced from: /Applications/Locomotive2/Bundles/rmagickRailsDec2007_i386.locobundle/framework/lib/ruby/site_ruby/1.8/i686-darwin8.11.1/mysql.bundle # Reason: image not found # ... for which there is a fix: sudo install_name_tool -change /usr/local/mysql/lib/mysql/libmysqlclient.15.dylib /usr/local/mysql/lib/libmysqlclient.15.dylib /Applications/Locomotive2/Bundles/rmagickRailsDec2007_i386.locobundle/framework/lib/ruby/site_ruby/1.8/i686-darwin8.11.1/mysql.bundle # I hope you don't need to do the above as it has already been done to the bundle. From daniel at rawbyte.com Sat Jan 19 19:26:58 2008 From: daniel at rawbyte.com (Daniel Lopez) Date: Sat Jan 19 18:01:37 2008 Subject: [Locomotive-users] RubyStack Message-ID: <20080119192658.GA22103@rawbyte.com> Hi, I am one of the developers of RubyStack. Just wanted to reply to the comments below (sorry for the delay) - We plan on releasing a drag-and-drop version, similar to InstantRails and Locomotive, but we are not yet there. The reason why we ask for a prefix is to allow for multiple installations simultaneously - The reason why we include a PHP runtime is to support phpMyAdmin and was a feature requested by InstantRails users. If you select not to install phpMyAdmin, then no PHP runtime will be installed. If you know of a comparable Ruby/Rails app, we will be happy to include it. - We will be providing the possibility to leave the password blank for MySQL. The reason why it is there is that people also run the stack not only for development, but to run other apps on top, and it provides a little bit more of security - In addition to the stack itself, we are going to be packaging Rails apps (suggestions accepted!) Checkout our Redmine installer http://bitnami.org/stack/redmine > No, I like locomotive's drag & drop just fine. That is great, I do not want to convince you otherwise :) I contacted Ryan originally just because I thought it may be interesting to some in the Locomotive user base that may find themselves using Windows/Linux and as an alternative to Locomotive itself if it were to not be maintained anymore. It is open source, Apache 2.0 license so you do not owe us anything if it does not fit your needs. If it does, you get to invite us for a beer next time we are in town ;) Best regards Daniel ... I just downloaded it and my first is, ieuw. It asks for database passwords, prefixs, can't even install leaving the passwords blank. PHP in a 'ruby' app? And more stuff I really don't need. No, I like locomotive's drag & drop just fine. On, 10 jan 2008, at 13:42, Ryan Raaum wrote: > Hi all, > > Has anyone here tried BitNami's RubyStack? (http://bitnami.org/stack/rubystack > ) > > If so, what did you think? > > -Ryan > > (If people like it, I'm considering putting a link on the Locomotive > page to it as an alternative) From sistex at planet.nl Sun Jan 20 11:37:03 2008 From: sistex at planet.nl (Justin Case Schilder) Date: Sun Jan 20 11:37:12 2008 Subject: [Locomotive-users] RubyStack In-Reply-To: <20080119192658.GA22103@rawbyte.com> References: <20080119192658.GA22103@rawbyte.com> Message-ID: <0C5BB4AA-05D5-48DC-9FBD-C9E84131CCF2@planet.nl> Hi Daniel, Great to a response, haha. Ayway, it was a stressful day that day, so maybe I should give it another try ;). I'll get you a beer next time you are in the netherlands ;) On 19 jan 2008, at 20:26, Daniel Lopez wrote: > Hi, > > I am one of the developers of RubyStack. Just wanted to reply to the > comments below (sorry for the delay) > > - We plan on releasing a drag-and-drop version, similar to > InstantRails and > Locomotive, but we are not yet there. The reason why we ask for a > prefix is > to allow for multiple installations simultaneously > - The reason why we include a PHP runtime is to support phpMyAdmin > and was > a feature requested by InstantRails users. If you select not to > install > phpMyAdmin, then no PHP runtime will be installed. If you know of a > comparable Ruby/Rails app, we will be happy to include it. > - We will be providing the possibility to leave the password blank for > MySQL. The reason why it is there is that people also run the stack > not only > for development, but to run other apps on top, and it provides a > little bit > more of security > - In addition to the stack itself, we are going to be packaging > Rails apps > (suggestions accepted!) Checkout our Redmine installer > http://bitnami.org/stack/redmine > >> No, I like locomotive's drag & drop just fine. > > That is great, I do not want to convince you otherwise :) I > contacted Ryan > originally just because I thought it may be interesting to some in the > Locomotive user base that may find themselves using Windows/Linux > and as an > alternative to Locomotive itself if it were to not be maintained > anymore. It > is open source, Apache 2.0 license so you do not owe us anything if > it does > not fit your needs. If it does, you get to invite us for a beer next > time we > are in town ;) > > Best regards > > Daniel > > > ... > I just downloaded it and my first is, ieuw. It asks for database > passwords, prefixs, can't even install leaving the passwords blank. > PHP in a 'ruby' app? And more stuff I really don't need. No, I like > locomotive's drag & drop just fine. > > On, 10 jan 2008, at 13:42, Ryan Raaum wrote: > >> Hi all, >> >> Has anyone here tried BitNami's RubyStack? > (http://bitnami.org/stack/rubystack >> ) >> >> If so, what did you think? >> >> -Ryan >> >> (If people like it, I'm considering putting a link on the Locomotive >> page to it as an alternative) > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users From daniel at rawbyte.com Sun Jan 20 17:39:45 2008 From: daniel at rawbyte.com (Daniel Lopez) Date: Sun Jan 20 16:14:38 2008 Subject: [Locomotive-users] RubyStack In-Reply-To: <0C5BB4AA-05D5-48DC-9FBD-C9E84131CCF2@planet.nl> References: <20080119192658.GA22103@rawbyte.com> <0C5BB4AA-05D5-48DC-9FBD-C9E84131CCF2@planet.nl> Message-ID: <20080120173945.GB6558@rawbyte.com> Hi Justin, Thanks for the beer offer. Most of us are located in Seville, so considered yourself invited to a 'cerveza' as well :) Sory, my mail was not intended as a "criticism of the criticism" but rather to explain where we were coming from and what we still need to fix. Thanks for the feedback Best regards Daniel > Hi Daniel, > > Great to a response, haha. Ayway, it was a stressful day that day, so > maybe I should give it another try ;). I'll get you a beer next time > you are in the netherlands ;) > > > On 19 jan 2008, at 20:26, Daniel Lopez wrote: > > >Hi, > > > >I am one of the developers of RubyStack. Just wanted to reply to the > >comments below (sorry for the delay) > > > >- We plan on releasing a drag-and-drop version, similar to > >InstantRails and > >Locomotive, but we are not yet there. The reason why we ask for a > >prefix is > >to allow for multiple installations simultaneously > >- The reason why we include a PHP runtime is to support phpMyAdmin > >and was > >a feature requested by InstantRails users. If you select not to > >install > >phpMyAdmin, then no PHP runtime will be installed. If you know of a > >comparable Ruby/Rails app, we will be happy to include it. > >- We will be providing the possibility to leave the password blank for > >MySQL. The reason why it is there is that people also run the stack > >not only > >for development, but to run other apps on top, and it provides a > >little bit > >more of security > >- In addition to the stack itself, we are going to be packaging > >Rails apps > >(suggestions accepted!) Checkout our Redmine installer > >http://bitnami.org/stack/redmine > > > >>No, I like locomotive's drag & drop just fine. > > > >That is great, I do not want to convince you otherwise :) I > >contacted Ryan > >originally just because I thought it may be interesting to some in the > >Locomotive user base that may find themselves using Windows/Linux > >and as an > >alternative to Locomotive itself if it were to not be maintained > >anymore. It > >is open source, Apache 2.0 license so you do not owe us anything if > >it does > >not fit your needs. If it does, you get to invite us for a beer next > >time we > >are in town ;) > > > >Best regards > > > >Daniel > > > > > >... > >I just downloaded it and my first is, ieuw. It asks for database > >passwords, prefixs, can't even install leaving the passwords blank. > >PHP in a 'ruby' app? And more stuff I really don't need. No, I like > >locomotive's drag & drop just fine. > > > >On, 10 jan 2008, at 13:42, Ryan Raaum wrote: > > > >>Hi all, > >> > >>Has anyone here tried BitNami's RubyStack? > >(http://bitnami.org/stack/rubystack > >>) > >> > >>If so, what did you think? > >> > >>-Ryan > >> > >>(If people like it, I'm considering putting a link on the Locomotive > >>page to it as an alternative) > >_______________________________________________ > >Locomotive-users mailing list > >Locomotive-users@lists.raaum.org > >http://lists.raaum.org/mailman/listinfo/locomotive-users > > _______________________________________________ > Locomotive-users mailing list > Locomotive-users@lists.raaum.org > http://lists.raaum.org/mailman/listinfo/locomotive-users