Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

500 Internal Server Error #2

Open
diwanicki opened this issue Mar 25, 2015 · 2 comments
Open

500 Internal Server Error #2

diwanicki opened this issue Mar 25, 2015 · 2 comments

Comments

@diwanicki
Copy link

"Internal Server Error

The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."

Every time I attempt to access. Appears to be running otherwise.

@arubdesu
Copy link
Owner

Hey there, thank you for giving it a shot, sorry it's not spinning up for you yet. Have you tried the most recent release? If you run the moscargo.py file directly you should at least be able to see something at http://localhost:5000, is even that not working?

@bmalynovytch
Copy link

bmalynovytch commented Dec 18, 2018

Hi !
@arubdesu I can confirm that the Docker container with the latest code has this behavior if MOSCARGO_REPO isn't set.
The documentation wasn't clear enough at a first glance:

In order to stand up a Docker container invoke Moscargo like this:

$ docker run -d -p 80:80 -v /path/to/munkirepo:/munki --name moscargo macadmins/moscargo

@diwanicki To fix, just add -e MOSCARGO_REPO=/munki to the command:

$ docker run -d -p 80:80 -v /path/to/munkirepo:/munki --name moscargo macadmins/moscargo -e MOSCARGO_REPO=/munki

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

No branches or pull requests

3 participants