-
Notifications
You must be signed in to change notification settings - Fork 6
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
SPS release may not be complete #86
Comments
I knew something like this would happen... 🤦 A true It Works On My Machine™️ moment.
Once I know what's happening, I'll fix these for SPS v3 👍🏻 |
Which directory should SNAZZLE_PATH point to? Right now I have it set to the directory with app.py |
Also is the systemd section required? |
That's what it should be set to. Ex. if that file's path is
No, but it should make running Snazzle 24/7 a bit easier. Though it might be a bit annoying to use the resource monitor page because I don't know how you can get stdin in a systemd service :P I just realized that /etc/snazzle should probably only be accessed if SPS is running as a daemon/systemd service, so that will also be in v3. |
I’m going to start over and record my steps:
|
You didn't |
That doesn’t change anything, also it’s not in the instructions |
The problem is that virtual envs shouldn’t be copied because they use absolute paths that are made when the venv is created. The intended way of distributing something like this is to package the source code without packages, and include a requirements.txt that the end user installs themselves. You can make the requirements.txt with ‘pip freeze’ |
Oh right, I forgot about that. I'll fix it in the morning |
♪ Gotta add some documentation ♪ |
I said I'd fix it in the morning but it took me 5 days to fix it LMAO Not sure it's 100% fixed though. Please verify v3 and tell me if there are still problems |
The dotenv path in install_reqs.py is hardcoded to /etc/snazzle/.env when it should probably be ./.env by default |
Got it working: https://snazzle.davidtheplatform.eu.org/ |
Will fix in v4 |
v4 never came 😔 |
I'm trying to install snazzle through the SPS release, and I think some steps are missing.
source .venv/bin/activate
doesn't seem to do anything and the other files in .venv/bin/ complain about missing some files.There may be more, these are just the ones I can find right now
The text was updated successfully, but these errors were encountered: