-
Notifications
You must be signed in to change notification settings - Fork 28
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
Building on Ubuntu 22.04 Fails #320
Comments
Interestingly moving lub to be installed before snapcloud's rockspec moves past this and to another error.
The resulting error is hit during the luaossl install
|
So ... installing the |
This will then blow up as old-style |
I definitely battled with the SSL installation. I wonder if wholesale upgrading dependencies across the board would help…-- Michael BallFrom my iPhonemichaelball.coOn Dec 17, 2022, at 12:58 PM, OpenCo ***@***.***> wrote:
This will then blow up as old-style git://github.com/bromagosa/snapCloud.git URLs are not supported by GitHub anymore... so run git config --global url."https://".insteadOf git:// before installing with luarocks install /app/snap-cloud-beta-0.rockspec
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Running 'git config --global URL."https://".insteadOf git:// ' at any time in the install process makes it so all all |
With the current setup, after following the installation instructions, it is necessary to configure the SSL certificate to establish secure connections properly. We can streamline this process and maintain a clean system if we use a reverse proxy to manage SSL certificates rather than handling them directly at setup. |
Building on a fresh Ubuntu 22.04 LTS currently fails
The text was updated successfully, but these errors were encountered: