aviabird / angularspree

angular e-commerce framework for online store
https://www.aviacommerce.org
MIT License
1.7k stars 813 forks source link

docker-compose up #328

Open rever96 opened 5 years ago

rever96 commented 5 years ago

run docker-compose on ubuntu 18.10 tried on develop version and 1.0 release

$ sudo docker-compose up Starting angularspree-client-start ... done Attaching to angularspree-client-start angularspree-client-start | npm info it worked if it ends with ok angularspree-client-start | npm info using npm@4.1.2 angularspree-client-start | npm info using node@v7.7.1 angularspree-client-start | npm ERR! Linux 4.18.0-13-generic angularspree-client-start | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" angularspree-client-start | npm ERR! node v7.7.1 angularspree-client-start | npm ERR! npm v4.1.2 angularspree-client-start | angularspree-client-start | npm ERR! missing script: start angularspree-client-start | npm ERR! angularspree-client-start | npm ERR! If you need help, you may report this error at: angularspree-client-start | npm ERR! <https://github.com/npm/npm/issues> angularspree-client-start | npm ERR! Linux 4.18.0-13-generic angularspree-client-start | npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start" angularspree-client-start | npm ERR! node v7.7.1 angularspree-client-start | npm ERR! npm v4.1.2 angularspree-client-start | npm ERR! path npm-debug.log.896050243 angularspree-client-start | npm ERR! code EACCES angularspree-client-start | npm ERR! errno -13 angularspree-client-start | npm ERR! syscall open angularspree-client-start | angularspree-client-start | npm ERR! Error: EACCES: permission denied, open 'npm-debug.log.896050243' angularspree-client-start | npm ERR! { Error: EACCES: permission denied, open 'npm-debug.log.896050243' angularspree-client-start | npm ERR! errno: -13, angularspree-client-start | npm ERR! code: 'EACCES', angularspree-client-start | npm ERR! syscall: 'open', angularspree-client-start | npm ERR! path: 'npm-debug.log.896050243' } angularspree-client-start | npm ERR! angularspree-client-start | npm ERR! Please try running this command again as root/Administrator. angularspree-client-start | angularspree-client-start | npm ERR! Please include the following file with any support request: angularspree-client-start | npm ERR! /home/app/angularspree-client/npm-debug.log angularspree-client-start exited with code 1

screenshot from 2019-01-29 18-27-50

pkrawat1 commented 5 years ago

@rever96 It's in pending state as of now. Can you try these steps https://www.aviacommerce.org/docs/frontend-install.html

rever96 commented 5 years ago

I don't find any front-end folder? anyway... I was installing backend using docker, in the documentation: "The docker compose file is docker-compose-dev.yml in config/docker/dev directory." i use the "docker-compose.yml" in root folder

pkrawat1 commented 5 years ago

@rever96 front-end is git submodule. You need to pull the submodule too.

rever96 commented 5 years ago

How I can find that git submodule? there is no .gitmodule file... the commands like git submodule update --init --remote doesn't return anything. Thanks

mariuschiriac commented 5 years ago

I'm having the same problem, I'm on ubuntu 18.04. What should I do?

pkrawat1 commented 5 years ago

@rever96 @mariuschiriac can join the support channel https://gitter.im/avia-commerce/Lobby. Where you can ask these questions.