Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undocumented breakages in readme (without docker) #2

Open
richbodo opened this issue Sep 14, 2017 · 2 comments
Open

Undocumented breakages in readme (without docker) #2

richbodo opened this issue Sep 14, 2017 · 2 comments

Comments

@richbodo
Copy link

To get this running I had to:

  1. Change truffle.js to reflect the correct hostname: localhost, not testrpc - I have no DNS alias to testrpc.

  2. Grab submodule during install. git submodule update --init --recursive

  3. Run the CLI with npm run ens, as I have no babel-node.

I'm sure all of those are fixed with a docker virt, but I didn't use docker.

@richbodo
Copy link
Author

testrpc is also hardcoded as RPC_HOST in ensa.js line 5, FWIW

@chetmurthy
Copy link

The migration doesn't appear to work, either. I'm new to truffle, so hacking-around on the migration (trying to follow the docs on truffle-deployer) doesn't appear to improve the situation.

So this appears to be broken? I'm running with ganache-cli and

Truffle v4.1.3 (core: 4.1.3)
Solidity v0.4.19 (solc-js)

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

No branches or pull requests

2 participants