Skip to content
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

How to install it without docker? #15

Open
Esquirish opened this issue Aug 19, 2024 · 1 comment
Open

How to install it without docker? #15

Esquirish opened this issue Aug 19, 2024 · 1 comment

Comments

@Esquirish
Copy link

Hello, please add instructions for installing this without docker. I understand it's because of convenience but I want to install this in a Proxmox's LXC Container, which is not compatible with Docker images. I know that docker can be installed in a VM but running a full blown linux VM for hosting this app doesn't feel right to me.
Cheers.

@danielnbalasoiu
Copy link

danielnbalasoiu commented Jan 2, 2025

Hi,

Try pulling the code onto your LXC container, install golang and then run the commands from the [Makefile](https://github.com/aceberg/ExerciseDiary/blob/main/
Makefile#L4-L23).

Edit: Adding more details
or someting like this.

Prerequisite:
Install golang 1.23.2. There are plenty of tutorials online

git clone https://github.com/aceberg/ExerciseDiary
cd ExerciseDiary

make mod
make run

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants