search for: wamp

Displaying 17 results from an estimated 17 matches for "wamp".

Did you mean: camp
2005 Dec 26
2
Ruby on Rails with e-novative WAMP
I am brand new to Ruby and Ruby on Rails, and I already have e-novatove WAMP set up and running perfectly for PHP/MySQL development. Can I set this up to use Ruby without messing it up for PHP/MySQL? It took me a while to get it working for PHP/MySQL and I don''t want to do anything to break it. Any help would be greatly appreciated. Thanks, Jim -- Posted via...
2012 Oct 13
0
RS-MySQL.h:32:19: fatal error: mysql.h: No such file or directory
i m installing RMySQL under windows -7 64bit, i have wamp server(which has mysql5.5.16) i have given MYSQL_HOME path in environment variable as MYSQL_HOME=C:\wamp\bin\mysql\mysql5.5.16\bin , & also create Renviron.site file in C:\Program Files\R\R-2.15.0\etc giving MYSQL_HOME=C:/wamp/bin/mysql/mysql5.5.16/bin as path i install c connector "...
2007 Oct 07
7
Ruby on Rails on WAMP
I am using WAMP(windows, Apache, mySQL and PHP) for my web development. So I have already MySQL and Apache working. Could any one tell me how to install Ruby on Rails on this environment? Can I just put ror in the root directory, www? A newbie needs your help. :-) -- Posted via http://www.ruby-forum.com/. --~--...
2012 Nov 07
1
Can someone simply give all the steps to install ruby and rails on windows7 pls
I installed it once but it always come up with a change a path error. Let me know where to install them as well (whether to install all inside wamp or just inside c) I think it doesn''t need to have wamp as it has it''s own server. Pls let me know as it''ll be really helpful for most of them with troubles installing rubyonrails -- You received this message because you are subscribed to the Google Groups "Ruby...
2010 Jul 02
22
MySQL not Connected ...... *pull hair*
I''m trying to run " rake db:migrate " and im getting an error back: ------------------------------------------------------------------------ C:\wamp\www\demoproject>rake db:migrate (in C:/wamp/www/demoproject) rake aborted! Mysql::Error: query: not connected: CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB (See full trace by running task with --trace) --------------------------------------------------------...
2009 Jun 25
8
Mongrel service keeps re-starting ruby
On Thu, Jun 25, 2009 at 2:07 AM, Michael Pliskin<mike at comapping.com> wrote: > Hi all, > > > > Some disclaimer first: I am a complete newbie in mongrel and this list, so > please forgive me if I say something weird. I have a problem, I?ve googled > for a solution for quite a while and failed so far, so decided to ask here. > > > > I am trying to set up my
2012 Oct 09
1
Quota - usage counting.
Hello, I use dovecot 1.2 version with postfix virtual users and mysql. All information about quota for every user is in mysql table. How dovecot compare if quota in database is over quota in /var/vmail/exampleuser directory ? It uses something like du command ? regards, Wamp
2005 Aug 16
9
Needed - a step by step WAMP installation of Rails
I am finding the installation process for Rails a bit confusing. First of all I want to use: Windows 2000 Apache 1.3+ MySQL The above is accomplished with WAMP5 from wampserver.com The problem is that there is no complete step-by-step for installation in this enviroment. The wiki instructions hop around from One-click to Apache.conf and other items. Installing CGI support for languages on Apache under windows is not that hard as long as you get the ri...
2013 Mar 28
2
how to call R in PHP
...od to call other systems, I triedbut I get no result in my html page. if you could provide some suggestion or examples, i would appreciate your help. the code in my php is: $cmd="R CMD BATCH--vanilla --slave delete.r"; $res=system($cmd); the code in the delete.r file is: setwd("c://wamp//www//analysis"); x<-4; y<-3; z<-x*y; sink("125.txt"); png(file="125.png"); barplot(z,border="dark blue") title(main=list("earning of comparison",font=4)); plot(x,z); dev.off() [[alternative HTML version deleted]]
2010 Jun 04
2
Xapian-devel Digest, Vol 66, Issue 2
Hi Charlie, Thanks for your reply. I've modified config.mak according to README. I just want to output the xapian dll for php, so i removed other config such python, csharp, etc. I download source code from php site & set the path in config.mak accordingly. It still reports this error. I'm confused which config i missed. Thanks. Jaber 2010/6/3 <xapian-devel-request at
2010 Jan 20
4
Rake Aborted wont Migrate mysql
Hello all, I''ve been trying to get ruby on rails to work with my local install of mysql(its with wamp). Windows XP, Ruby 1.8.6, rails 2.3.5, rubygems 1.3.5, mysql 5.2 something I believe. I have ruby installed in: C:\Ruby and my mysql is installed in: C:\wamp\bin\mysql\mysql5.1.30\bin I''ve attempted to change my database.yml file to include the port 80, and port 3036, the socket path,...
2011 Jun 14
1
Setting up RODBC or RMySQL package.
Hi all, I have installed RODBC package. But am not able to connect it for using MySQL. For accessing MySQL Db a connector is required.For that can i use the mysql db which is a part of WAMP server or use separate mysql db. I know there is a package called RMySQL. But i find it very difficult to install the RMySQL package under .Which is better one for accessing MySQL Database. Thanks Amrita [[alternative HTML version deleted]]
2006 Feb 27
0
Lighttpd,Apache, FastCGI, SCGI
I am going through the process of transferring my MVC skills from Java and LAMP to RoR. If someone wanted beocme master/expert at both FastCGI and SCGI what would be the setup on windows XP? My thinking is to use: -XAMPP+SCGI on c drive -WAMP+FastCGI on f drive -lighttpd +SCGI or FastCGI and bind different servers to different IPs as I can set IPs via loopback interface to my networkcard. This sound about right? Thanks in advance for the responses to this message.. -- Posted via http://www.ruby-forum.com/.
2010 Aug 05
0
samba-3.3.10 - Strength Problem with access on one share
...bb.produkt.de pc (ip) couldn't find service bb.produkt.de pc (ip) couldn't find service bb.produkt.de Note, that the initial connect with an "v" at the end of the share name and the error messages are missing the "v". The computer names "pc" is working with a wamp application on his windows box and using the share "bb.produkt.dev" in his PHP-Application. The path is defined like this: uploads.images.rootPath = "\\fileserver\bb.produkt.dev\folder\frontend \folder\" The most weird think is, that the application and the access is running...
2010 Jun 10
0
migrate generate an error with character utf8
...AMES ''utf8'' when i use the command rake db:migrate Have you an idea ? here my files : http://patxi.mayol.free.fr/public/database.yml http://patxi.mayol.free.fr/public/001_create_livres.rb http://patxi.mayol.free.fr/public/config_mysql.txt thanks My config : Windows XP PRO SP3 wamp 2.0 with mysql 5.0.51b apatana 2.0 rails 2.3.2 ruby server 1.8.6 rubygems 1.3.5 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYP...
2010 Jun 02
2
Error on rake command
Hi, Have you an idea about this error message when i run the rake db:migrate command under Aptana ? rake aborted! NoMethodError: undefined method `ord'' for 0:Fixnum: SET SQL_AUTO_IS_NULL=0 Thanks Here My Config : Windows XP PRO SP2 Wamp 2.0 Aptana 2.0.4 RubyGems 1.3.5 Ruby 1.8.6 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.g...
2015 Aug 04
3
php-R
Estimados colegas: Estoy tratando de ejecutar varios scripts de R a través de php. Para ello estoy utilizando el siguiente código pero me sale: El URL solicitado no ha sido localizado en este servidor. El URL de la página que lo refirió[1] parece ser equivocado u obsoleto. Por favor comunique al autor de esa página[1] acerca del error. Este código que está sacado de internet indica la