Skip to content

Conversation

@arikfr
Copy link
Member

@arikfr arikfr commented Oct 8, 2015

This is still work in progress and needs some testing.

@arikfr arikfr mentioned this pull request Oct 8, 2015
@lenguyenthedat
Copy link
Contributor

Got this error:

npm ERR! Linux 4.0.9-boot2docker
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "install"
npm ERR! node v0.12.7
npm ERR! npm  v2.11.3
npm ERR! code EPEERINVALID

npm ERR! peerinvalid The package react does not satisfy its siblings' peerDependencies requirements!
npm ERR! peerinvalid Peer react-router@0.13.4 wants react@0.13.x

npm ERR! Please include the following file with any support request:
npm ERR!     /app/npm-debug.log
The command '/bin/sh -c npm install' returned a non-zero code: 1

Couldn't figure out how to fix it though 😞

@arikfr
Copy link
Member Author

arikfr commented Oct 19, 2015

@lenguyenthedat pull again and retry. I fixed the dependencies in package.json.

@lenguyenthedat
Copy link
Contributor

Docker build works, but when I tried to run it:

  $ docker run -e REDSHIFT_CONNECTION_STRING="user=xxx password=xxx host=xxx port=xxx dbname=xxx" -p 5000:5000 redshift_console
  2015-10-20 04:25:56 [1] [WARNING] Your terminal is not configured to receive UTF-8 encoded text. Please adjust your locale settings or force UTF-8 output by setting PYTHONIOENCODING="utf-8".
  04:25:57 system | api.1 started (pid=9)
  04:25:57 system | fe.1 started (pid=8)
  04:25:57 api.1  | /usr/bin/python: No module named redshift_console
  04:25:57 system | api.1 stopped (rc=1)
  04:25:57 system | sending SIGTERM to fe.1 (pid 8)
  04:25:57 system | fe.1 stopped (rc=-15)

Trying to figure out the problem 😞 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants