-
Notifications
You must be signed in to change notification settings - Fork 0
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
Following developer guide #1
Comments
Issues: apt-get:
rbenv:
Running:
|
Okay, trying again with
|
Super-admin process works, background job process works, everything's gravy. Should probably update the |
So... the The statements the build process adds to the
And
So I can stick most of that in the Turns out OK, now MySQL is erroring:
|
OK, so the MySQL server does not actually run during the Docker build process... only once built. This bug report suggests that the SQL server data can't be changed during the build process... however, it didn't seem to object to me creating the This works, but now we run into the issue that we want to have multiple services running simultaneously - the OK, well, attempting to run it fails. Error logs show MySQL is not running. Why is MySQL not started by default in the container? Possible reason: MySQL gives OK, now it errors with Sorted! It now also runs using |
Building on the VM, will take some time... |
Okay, the VM instance errors on Chrome as:
My local build errors on Firefox as:
This seems more useful. I'll ask on the original ConsiderIt repo. |
The dev hadn't seen this error before, so I'm just syncing my fork .Unfortunately, it still doesn't work. I'm going to write up a short guide on how to run in Docker, and then share with him. |
I'm following the developer installation guide here.
Tried to follow as closely as possible instead of just skipping straight to using a Docker image with NPM already on it, but I've run into a few issues documented here relating to the recommended versions of Node etc. being so old they're unsupported.
The Node official Docker images are Debian-based, so probably fine, but I'll start with Ubuntu 22.04.
The text was updated successfully, but these errors were encountered: