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

Official docs need revision and updates #388

Open
ShotaMegre opened this issue Mar 6, 2017 · 0 comments
Open

Official docs need revision and updates #388

ShotaMegre opened this issue Mar 6, 2017 · 0 comments

Comments

@ShotaMegre
Copy link

Seems following many parts of the documentation of get started fails to run as is.
For example:
http://www.electrode.io/docs/docker.html
The build part fails without:

  1. cd app
  2. changing "client/app.jsx: code portion from:
    import "styles/base.css";
    to:
    import "./styles/base.css";

After building the image successfully, the following doesn't launch as expected:
docker run -d -p 3000:3000 docker-awesome-container

  1. It needs insertion "your-account-name/" as prefix of the image.
  2. Even after providing the right image #, the container is not running, with no logs shown for container. (I'm still trying to figure out why it fails).

It will be great if somebody makes updates to Getting Started guide upon the version update, as there are some changes to file architecture in many places, so there is a lower entrance barrier to this wonderful project.

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

1 participant