On 14.08.2015 [22:28:09 +0000], Kyle Flavin wrote:
> Thanks Nish.  I'll open an issue on github this afternoon.
> 
> On a somewhat related note - I was going to poke around with my LDAP
> issue from the other day, and I'm trying to figure out how to get the
> dev environment setup for cobbler_web.  I cloned down the cobbler
> repository from github, and did a "make webtest".  Cobbler and Apache
> start up fine, and I can run cobbler commands from the CLI, but I get
> a 500 error when I hit http://127.0.0.1/cobbler_web, and it looks like
> I'm missing some files under /usr/share/cobbler/web.  My directory
> looks like this:
> 
> > ls /usr/share/cobbler/web
> > cobbler.wsgi templates
> 
> I'm missing all the Django-related files (views.py, urls.py,
> settings.py, etc).  Am I doing something wrong here?  Do I need to do
> something in addition to "make webtest" to get cobbler_web running?
> In looking at the repository, it looks like the files I need are split
> across different directories.

Have you ever done an install of cobbler on that server before? If not,
you'll need to do a `make install` first, iirc. `make webtest` is meant
to only overwrite the python code and such, but leave all the
configuration alone, which might include the Django bits specific to
Cobbler.

-Nish

_______________________________________________
cobbler-devel mailing list
cobbler-devel@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/cobbler-devel

Reply via email to