Page 1 of 1

webapp on freebsd

PostPosted: Sun Aug 02, 2015 12:53 pm
by satch80
Has anybody had any success with getting the webapp running on freebsd? I thought I was doing good with the setup up until the point were I ran the manage.py initdb command which says that the Requirements updater was a success but then appears to do nothing. No errors are displayed but it seems to just continue to run indefinitely

Re: webapp on freebsd

PostPosted: Sun Aug 02, 2015 3:06 pm
by kevin
Requirements updater, this is a point of contention - there are permissions issues to worry about here as well as specific version of pip necessary

Please make sure you have pip 6.1.1 installed

The initdb command initializes and creates the database - so make sure the instance folder is writable by the wsgi worker (gunicorn in our example)

Re: webapp on freebsd

PostPosted: Thu Dec 31, 2015 2:15 pm
by gdt
satch80, any luck getting it to work? I'm afraid I'm too much of a newb to tackle this without instructions specifically for FreeBSD.