-
Notifications
You must be signed in to change notification settings - Fork 15
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
Windows Installation #102
Comments
Cryptacular is used for workspace password storage. A quick search leads me to believe that m2crypto isn't used (Flask to Pyramid pyramid leftovers maybe?) Pyramid itself is perfectly windows compatible, which is good. I'll have to take a look in the requires.txt to see what libs are unavailable in Windows, where they are used and how to update them, as Windows compatibility is definitely something we want. I won't have the time to do this within the scope of GSoC2014 though. |
Thank you for fast response. |
Would you like please sent me a sqlite db filled with sample data? |
I don't think you can bypass cryptacular unless you never password-protect a workspace, maybe, I didn't try. It'll have to be changed in the code. I'm not sure how a db will help you though? |
I install scribeui under win7 with virtualenv and python2.7.8. sqlalchemy.exc.OperationalError so i think with some sample sqllite db may fix the things. When i final the installation will share the procedure here. |
The makefile usually takes care of creating the database. It uses alembic, with a command such as:
|
The makefile not works for me. So try to workaround everything in it. |
Thank you. It works! |
Dear Jessica,
not serve no one js/css/img file |
There is no way to confugure the static files right now. For the installation instructions, try writing them on this ticket, it'll help finding out what kind of work is needed to make the installation smoother on windows. |
There are several libraries that cannot be installed under Windows env.
some of these are: cryptacular and m2crypto. Did you try to install it under windows 7?
Would you like to provide some instructions?
The text was updated successfully, but these errors were encountered: