angularspree icon indicating copy to clipboard operation
angularspree copied to clipboard

docker-compose up

Open rever96 opened this issue 5 years ago • 6 comments

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 [email protected] angularspree-client-start | npm info using [email protected] 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

rever96 avatar Jan 29 '19 17:01 rever96

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

pkrawat1 avatar Jan 29 '19 18:01 pkrawat1

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

rever96 avatar Jan 29 '19 20:01 rever96

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

pkrawat1 avatar Jan 30 '19 07:01 pkrawat1

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

rever96 avatar Jan 30 '19 08:01 rever96

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

mariuschiriac avatar Jan 31 '19 09:01 mariuschiriac

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

pkrawat1 avatar Jan 31 '19 10:01 pkrawat1