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

Improve README #20

Open
allevo opened this issue Jan 7, 2018 · 1 comment
Open

Improve README #20

allevo opened this issue Jan 7, 2018 · 1 comment

Comments

@allevo
Copy link
Member

allevo commented Jan 7, 2018

Add how to run this on local machine

docker run --rm -d -p 6379:6379 redis
docker run --rm -d -p 27017:27017 mongo

See #18

@samsom
Copy link

samsom commented Jan 9, 2018

how I run this example :
**** the running environment is very important. I list my running environment.****
1: my os is ubuntu 16.04:
$ uname -a
Linux ubuntu 4.10.0-42-generic #46~16.04.1-Ubuntu SMP Mon Dec 4 15:57:59 UTC 2017 x86_64
x86_64 x86_64 GNU/Linux

2: my docker version : 17.03.0ce-0ubuntu-xenial
when I install the docker from : docker-ce | 17.12.0ce-0ubuntu | https://download.docker.com/linux/ubuntu xenial/stable amd64 Packages
it did not work, docker run hello-world fail .

3: thanks allevo' help , must run these two things first
docker run --rm -d -p 6379:6379 redis
docker run --rm -d -p 27017:27017 mongo

4: build and run

cd frontend && npm run build && cd ..

npm start -- --log-level trace --port 3001

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