Hello Nikhil,
Am 12.03.2016 um 18:38 schrieb Nikhil Verma:
However, I am having problems running the *./utils/init* command. I keep getting several lines of*No request object? WTF*
- Ignore those, Martin added them as debug messages for himself ;) They don't indicate that anything you will need right now is broken, only that some parts are still Work-in-Progress.
For the projects, some work has already been done, I've just merged it into trunk, so you have the most current status available.
Run ./utils/manage migrate
after pulling from bzr, to update the database. Normally, I would suggest ./utils/update, but that requires a stable internet connection, and the additional stuff it does isn't essential.
, and also a*Can't restore data with no admin user setup* message. However, I can see a *Default 'admin' user added, password: 123456* message printed.
- Looking into this right now. Whatever the reason, it does work if you run
./utils/refresh-cms
a second time (will need stable internet, though). Seems to be a problem of the order in which things are done. Martin is more knowledgeable there, sorry, I can't give you a real fix for this.
Then if I run the*./utils/run* script, The server starts, but I can't access any page. I keep getting a *TypeError: object.__new__(X): X is not a type object (WSGIRequest)* in *debug_design/themer.py __new__, line 44. *
- In inkscape/settings.py, set
ENABLE_DEBUG_TOOLBAR = False
temporarily. It's not yet finished, and seems to cause errors.
Also, in cases of a poor network connection, the scripts never completes itself and re-running it gives the same error again and again. I was facing this problem since two days until today when I finally got a stable connection.
- Oh, that's annoying :/
@Martin, I think you modified the wget somehow only recently and know more about this, can you have a look?
(As a workaround, I can upload a basic database and media directory when needed).
Kind regards, Maren