sudo apt-get install curl
curl get.concerto-signage.org/add_repo.sh | sh
sudo apt-get install concerto-full (or concerto-lite)"bob
Hi,I hit the same error (on Ubuntu server 13.10) - I'm totally new to ruby, but with a bit of digging around I found that the 'system_has_mysql' test for mysql in the Gemfile looks for the mysql_config command (see http://www.rubydoc.info/github/concerto/concerto/toplevel#system_has_mysql%3F-instance_method) , which is not installed with mysql-server. To install this do:apt-get -y install libmysqlclient-devand it all went OK after that.cheers,bob
On Saturday, 11 January 2014 19:43:29 UTC, Aaron Sarginson wrote:
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at http://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-s...@googlegroups.com.
To post to this group, send email to concerto-dig...@googlegroups.com.
Visit this group at http://groups.google.com/group/concerto-digital-signage.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Bob,
Thanks for pointing that out! While libmysqlclient-dev was required for the concerto-lite package, it was omitted in the concerto-full package. That has been corrected in https://github.com/concerto/concerto-debian/commit/7533365ada733247583c9234953ad3fb3d3ea6a6 and will be fixed in the .9 package release.
--
August
Hi,--I hit the same error (on Ubuntu server 13.10) - I'm totally new to ruby, but with a bit of digging around I found that the 'system_has_mysql' test for mysql in the Gemfile looks for the mysql_config command (see http://www.rubydoc.info/github/concerto/concerto/toplevel#system_has_mysql%3F-instance_method) , which is not installed with mysql-server. To install this do:apt-get -y install libmysqlclient-devand it all went OK after that.cheers,bob
On Saturday, 11 January 2014 19:43:29 UTC, Aaron Sarginson wrote:
You received this message because you are subscribed to the Google Groups "Concerto Digital Signage" group.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-signage+unsub...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to concerto-digital-signage+unsub...@googlegroups.com.