-
Notifications
You must be signed in to change notification settings - Fork 7
Project installation issues
Project setup using a mac:
sudo git clone https://github.com/instedd/cdx.git
problems during installation on Mac Yosemite 10.10.5 :
1>on bundle install, it said I needed libzmq
refer to http://zeromq.org/docs:source-git to build it.
Build instructions: Make a new directory on your machine [not in the CDX project]
Install: git clone git://github.com/zeromq/libzmq.git
cd libzmq $ ./autogen.sh $ ./configure # add other options here $ make $ make check $ sudo make install
it then complained it neededlibsodium,tried to install it but still gave the error so in the end used:
sudo ./configure --without-libsodium
failed some test cases but I was still able to use it.
in config/database.yml in default, changed: host: <%= ENV["MYSQL_HOST"] %>
to host: <%= ENV["MYSQL_HOST"] || "127.0.0.1" %>
in in config/poirot.yml changed enabled to false.
development: <<: *default_settings enabled: false mute: