similar to: new Fedora rails environemt

Displaying 20 results from an estimated 200 matches similar to: "new Fedora rails environemt"

2006 Mar 23
2
Lighttpd Configuration Problems
Hey Folks! I''ve got a Fedora Core 4 machine that I''m installing Ruby on Rails on, following this set of instructions: http://www.digitalmediaminute.com/howto/fc4rails/ Everything has gone well up until I get to the part about configuring lighttpd to use virtual hosts. Here''s the chunk of code I''ve got in my config file that appears to be the culprit.
2006 Jul 31
1
Rails on Fedora Core 4 + Apache 2.0.54
Hi guys, I want to get Rails to run optimally on Fedora Core 4 + Apache 2.0.54. Can anyone point me in the right direction please? Best Regards, Ashish. Senior Consultant SAP For Business Ltd., 37 Springfield Road, Stirling, Scotland, United Kingdom FK7 7QN. +44-774-810-7492. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Oct 17
2
What to install/configure?
Hi railers, (railers? Rails-ers? How do you folks refer to yourselves?) I''m brand spankin'' new to most of this. I''m just learning ruby, just learning rails, just learning MySQL, and really just learning about Apache/CGI-type stuff. I have a long background with UNIX sysadmin and scripting (lots and lots of Perl and Bash), so the ruby is coming fast (and
2006 Apr 07
8
New to Ruby... installation questions
Hi all, I''m looking into installing Ruby on Rails on my dedicated server which is RH Linux with a traditional PHP/MySQL/Apache configuration. I''m not an expert Linux user, but I can hold my own. My server hosts around 15 domains with websites of various complexity, some shops, some CMS, some completely flat. I''m looking for a tutorial explaining how to install Ruby
2006 Mar 17
22
godaddy & rails
Sorry to trouble the list with this question... Do many rails developers run or test rails apps on godaddy hosted servers? Is there any documentation (outside of what godaddy provides) about uploading and testing rails apps there? Perhaps someone has written a tutorial? I googled, but found little to no info about it other than the sparse godaddy docs. Thanks!
2006 Apr 01
3
newbie kernel question
Im sorry if this is a newb question, but how do you recompile the kernel in CentOS 4.3? I need to add reiserfs support (even though the setup detected it) the kernel it gave me didnt have support for reiserfs, and my entire fileserver is all reiserfs. I tried the gentoo way, which im use to and it bombed. What do i need to do? does it install kernel source by default? I couldnt find any good
2005 Jul 27
2
New to CentOS, and wondering about application availability
Centos Mailing List, Hello. I have just recently installed CentOS on my home computer, and just joined this mailing list. I have a lot of questions so I will have quite a few postings in the next few days. I was using Fedora Core 4 for a few weeks, but it was unstable and had trouble reading some of my DVD drives and other issues. So, I decided to switch to another distribution. I
2007 May 24
1
Truetype fonts
I am trying to install on a CentOS5 box http://www.mjmwired.net/resources/files/msttcorefonts-2.0-1.noarch.rpm then did an xfs restart, even an alt-ctrl-backspace. The fonts are located in /usr/share/fonts/msttcorefonts/ with the owner root & 644. I can't see them when I go to preferences > fonts. I have another computer with CentOS5, the fonts are installed and I can use them w/o
2010 Aug 19
3
too many open files
I am getting an error about to many open files. I tried to "echo 500000 > /proc/sys/fs/file-max" The number is there now, but I continue to get the error. Is there something else to do? Jerry
2010 May 26
4
Calendar server software suggestions
Hello,guys: I've seen several suggestions for alternatives to exchange for mail, which I will be trying. My question is, does anyone know of any good open source shared calendar systems? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100526/ffacdaaf/attachment.html>
2009 Jul 28
1
mdadm RAID sync speed limitation?
While creating some arrays this evening, I noticed this line my dmesg: md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for reconstruction. Why is there a 200MBps limitation on the mdadm sync speed? It certainly isn't a concern for my particular systems (15k U320 SCSI) but I can imagine there are much higher end systems that actually could sync at a rate equal
2006 May 10
2
newbie q on displaying a db field value in the view
My layout calls a few links like so: <%= link_to ''| Home '', :controller => ''search'', :action => ''''%> <%= link_to ''| Search '', :controller => ''search'', :action => ''''%> I would also like to display two values from my user table in the same layout right after the
2006 Apr 20
1
Please Suggest me
Hi Friends, I am creating the cart application in ROR. I am facing the problems to add products to the cart and delete the cart How can i solve this problem. Which methods can I use Thanks and Regadrs Murali. -- Posted via http://www.ruby-forum.com/.
2007 Jan 22
2
How to detect SpeexBits corruption
Hello, im using speex library on my vo ip project, but some times, after it works ok, it begins to play noises (like voice hits) decoding the packets of one source (the others sound ok). I finally found that reseting SpeexBits and decoder state it solves. If i cant avoid this problem, i wish to solve when it occours, but ?how to detect this? Please, if anyone has experiment this issue i
2007 Sep 17
2
zpool create -f not applicable to hot spares
Hello zfs-discuss, If you do ''zpool create -f test A B C spare D E'' and D or E contains UFS filesystem then despite of -f zpool command will complain that there is UFS file system on D. workaround: create a test pool with -f on D and E, destroy it and that create first pool with D and E as hotspares. I''ve tested it on s10u3 + patches - can someone confirm
2007 Jan 18
2
Machine all of a suddens freezes. Any suggestions?
This is a A8N32-SLI Deluxe motherboard with a AMD Athlon(tm) 64 X2 Dual Core 4400+ Processor. It freezes and cannot be accessed from the network. Keyboard/mouse/display, everything just stuck. It had an uptime of 17 days after I re-connected all cables and boards after a similar crash. My feeling is, this must be a hardware related problem. I inspected the logs under /var/log, but nothing.
2006 Jun 26
2
running lighttpd -> Recognition failed for "/"
i have tried several tutorials on the web for getting my app to run under lighttpd and fastcgi.. my setup is fedora core 5.. i used this to get everything installed: http://www.digitalmediaminute.com/howto/fc4rails/ but i kept getting errors, as the machine i am installing it is a remote machine, i couldn''t get it to work right.. i next tried this:
2006 Apr 19
6
undefined method `create_table'' for #<LoginController:0x5e60
I am geeting the foolowing error. undefined method `create_table'' for #<LoginController:0x5e60110> I wrote the crete action in application controller. I am coping ther total worng please help me! class ApplicationController < ActionController::Base model :cart model :line_item before_filter :authorize def create # create_table() yields a TableDefinition instance
2008 Apr 09
3
Interface bonding?
I'm try to bond a few interfaces together with the hopes of getting increased throughput, and I'm using a cisco Catalyst 2900 as the switch. I've tried using mode 0, 5, and 6 with nothing special on the switch, and mode 4 with some ports "trunked" together (I have a feeling that the "trunking" that the 2900 does is not 802.3ad, as it disabled the ports it saw as
2008 Jul 30
5
slow NFS speed
We upgraded from a 10/100Mbs to a 2 100/1000 bonding. We notice the speeds of NFS to be around 70-80Mb/sec. Which is slow, especially with bonding. I was wondering if we need to tune anything special with the Network and NFS. Does anyone have any experience with this? TIA