-
-
Notifications
You must be signed in to change notification settings - Fork 18
vymanager install script for Ubuntu #89
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
base: beta
Are you sure you want to change the base?
Conversation
Bumps [next](https://github.com/vercel/next.js) from 15.5.2 to 15.5.7. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v15.5.2...v15.5.7) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/npm_and_yarn/frontend/next-15.5.7 build(deps): bump next from 15.5.2 to 15.5.7 in /frontend
… how to use it. -JHarrison712
|
Hello, i have just tested your script. It worked all the way to postgre setup. Where it suddenly for manual password: No VM guests are running outdated hypervisor (qemu) binaries on this host. Is that something you have encourntered? |
|
Let me retest the installation script to see if I encounter any issues again. |
|
I’ve updated the script to address the previously mentioned issues. However, I’m running into another problem: the URL is not displaying the signup field. As a workaround, try editing the PostgreSQL authentication configuration:
Database details: The script exports a one-time password for the database. You should be able to see and copy it, but currently the database shows a user count of 0. unsure how to resolve this part. |
Added vymanager install script for Ubuntu 2404 and the readme file on how to use this script.
JHarrison712