-
Notifications
You must be signed in to change notification settings - Fork 62
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
Installation issue #75
Comments
Make sure you have created the file |
Yes, I have docker/local.env with all needed modifications. Moreover when I tried to install and run without Docker as by instruction (build and run only the following images) Build and Start Postgres and Solr ... $ rails s I have the next error ---------------------------------When I run ./compose.configure.sh I got this -
|
How can it work if I made step by step by this instruction and nothing works |
Hello @chernovroman1984 Create the env files and run |
My local.env
If you want to specify a tag add
|
PLease explain - do I need to run these command above from the root of primero ? |
On the docker/ folder. |
Thank you @rbelem ! I'm using suggested branch: git branch -a
I've set local.env as yours, but when I run - docker-compose run application primero-bootstrap Step 24/48 : RUN set -euox pipefail ; mkdir -p "$APP_ROOT/tmp/export" "$RAILS_LOG_PATH" ; mkdir -p "$APP_ROOT/tmp/exports" "$RAILS_LOG_PATH" ; rake primero:i18n_js
|
I will try to find what is missing then I let you know my findings. |
Hi @rbelem ! Any update? Thank you! |
When I run Rails Server (3000 port) + Rails Webpacker (9000 port) - foreman start -f Procfile.dev 2>&1 13:28:10 web.1 | started with pid 17768 I did strace debug for webpacker 9000 port strace -f -e trace=network -p 17782 2>&1 strace: Process 17782 attached with 11 threads |
@chernovroman1984 |
Working on updating the branch... |
Thank you @rbelem ! Waiting for an update from you |
@chernovroman1984 what browser are you using? |
Chrome, Opera and Maxthon |
Hi @rbelem ! Can I try some branch already? |
@rbelem Please help! |
@rbelem I tried to build your repo again - docker-compose run application primero-bootstrap Successfully built b6ba77c1e8b2
rails aborted! Tasks: TOP => db:schema:dump (See full trace by running task with --trace) ERROR: 1 |
Unable to start docker production and development mode. It does not work as expected at all
The text was updated successfully, but these errors were encountered: