Btw, I've set scripts_path to /etc/ape/scripts/ in the javascript.conf file. This is the location where APE is installed.
--
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
ape-project...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
---
You received this message because you are subscribed to the Google Groups "APE Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ape-project...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Nicolas GuibertGames in Mind LtdManaging director7 Spencer WalkTel: +44 (0)207 435 0315UK Mobile: +44 (0)7638 657 537French Mobile: +33 (0)7 53 17 20 13Email: con...@happymeeple.com
Btw, I've set scripts_path to /etc/ape/scripts/ in the javascript.conf file. This is the location where APE is installed.
--
--
You received this message because you are subscribed to a topic in the Google Groups "APE Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ape-project/0PABlmcGGkE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ape-project...@googlegroups.com.
sudo mkdir /usr/include/mysql/sudo cp -R /usr/local/mysql/include/* /usr/include/mysqlsudo cp /usr/local/mysql/lib/libmysqlclient_r.* /usr/lib
--
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
ape-project...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
---
You received this message because you are subscribed to the Google Groups "APE Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ape-project...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
That's the way to test if MySQL is working.What Peter said if mostly for Linux & Debian. On Debian/Ubuntu it's much simpler. Just install libmysqlclient-dev with apt-get. On OSX, it's a bit different.To build with MySQL support on OSX, you need to install MySQL first (http://dev.mysql.com/downloads/mysql/5.0.html#macosx-dmg) and then move or link things around (APE isn't looking for MySQL at the same place it's installed. I should edit the build file for OSX). From my old notes, those command will move things around once APE is installed:sudo mkdir /usr/include/mysql/sudo cp -R /usr/local/mysql/include/* /usr/include/mysqlsudo cp /usr/local/mysql/lib/libmysqlclient_r.* /usr/libIf you're using the OSX binaries I sent you, I didn't test if mysql was actually working, but I don't think it will I'll have to rebuild later when I get home.- Louis
Le 2013-09-26 à 12:24, Joost van der Meijden <j.vanderm...@gmail.com> a écrit :
How can I check if MySQL thing is installed? Cause I got the error: ../scripts/application/biedingen.js:28:TypeError: Ape.MySQL is not a constructor
Using code:
var sql = new Ape.MySQL('localhost', 'user', 'password', 'database');
sql.onConnect = function() {
Ape.log('Connected to mysql server');
}--
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to ape-p...@googlegroups.com
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
---
You received this message because you are subscribed to the Google Groups "APE Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ape-project+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/
---
You received this message because you are subscribed to the Google Groups "APE Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ape-project...@googlegroups.com.
You received this message because you are subscribed to a topic in the Google Groups "APE Project" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ape-project/0PABlmcGGkE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ape-project...@googlegroups.com.