Oleg Kourapov wrote: >Alex, I'll send a Mac OS X version to you ASAP. > > Now we are rolling! :)
Oleg, The main obstacle that did not exist before is the need to package SQLite3 binary and a blank database file (with empty tables). On any *nix platform it should be as follows (assuming that working directory is instiki root folder, the one that contains README): 1. Download or build a native binary of sqlite-3.3.4.so 2. Place it under ./lib/native/linux 3. Create a shell script that puts ./lib/native/linux in the beginning of LD_LIBRARY_PATH and/or SHLIB_PATH, then launches ruby ./script/server -e production 4. Delete ./db/production.db.sqlite3 5. Execute rake environment RAILS_ENV=production migrate, this should create ./db/production.db.sqlite3 again. At this point, you should be able to copy the instiki root folder to another computer (that has Ruby, but no SQLite3), and run it just like that. Then spin your OS X magic wand :) A similar process worked for me on Windoze. I am going to try it on a Linux now. By the way, if you want commit rights to Instiki Subversion for your OS X build work, please mail me off-list. Best regards, Alex P.S. Send patches! Send patches! Send patches! _______________________________________________ Instiki-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/instiki-users
