Mosasauroidea / GazellePW

Movie-based Gazelle
MIT License
243 stars 58 forks source link

gpw-web fails to initialize #27

Closed ipkstef closed 1 year ago

ipkstef commented 1 year ago

Having trouble spinning up the docker compose project. I keep getting a failure during gpw-web startup that looks like

gpw-web           | ====== Yarn Install ======
gpw-web           | yarn install v1.22.19
gpw-mysql         | 2022-08-21 10:08:09 0 [Note] InnoDB: Buffer pool(s) load completed at 220821 10:08:09
gpw-web           | [1/4] Resolving packages...
gpw-web           | success Already up-to-date.
gpw-web           | Done in 0.50s.
gpw-web           | 
gpw-web           | ====== Yarn Start ======
gpw-web           | Run migrations...
gpw-web           | /var/www/.docker/web/entrypoint.sh: line 30: /var/www/vendor/bin/phinx: No such file or directory
gpw-web           | PHINX FAILED TO RUN MIGRATIONS
gpw-web exited with code 1
gpw-sphinxsearch  | Still waiting for Web (Count: 20).
gpw-sphinxsearch  | Still waiting for Web (Count: 40).
gpw-sphinxsearch  | Still waiting for Web (Count: 60).

Commands I ran

docker build -t gpw-web:latest .

docker compose -p gazelle up
120318 commented 1 year ago

GazellePW can't be run an root user,did you run it as root user?