-
Notifications
You must be signed in to change notification settings - Fork 18
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
Install script without Twisted #19
Comments
Just wondering why server does not use python virtualenv, and why installation script is only for apt-based linux distribs? virtualenv should solve almost all problems with installation |
Aww. I'll rewrite script to be compatible with yum ones... or maybe just do a compile? :D |
@alexa-infra We just wanted a quick install script at that moment. If you can create one with virtualenv that would be great! |
No! Don't touch script. I'm rewriting it. :P 2014/1/4 Yashin Mehaboobe [email protected]
Zlatan Vasović - ZDroid |
@zdroid yum? :D what is about gentoo? or even worst - ms windows? IMO simple requirements.txt for pip is the best solution. And after that you could add scripts for platforms to install python/pip/whatever. Moreover an user could decide - use or not virtualenv, installation scripts etc.. |
Aw, one system per one. 2014/1/4 Alexey Vasilyev [email protected]
Zlatan Vasović - ZDroid |
Now you can touch script. :) |
why not just run the following?..
and requirements.txt
|
Do it. 2014/1/4 Alexey Vasilyev [email protected]
Zlatan Vasović - ZDroid |
BTW only twisted is the requirement here. The rest are not needed. |
Ok. Let's nuke them. 2014/1/4 Yashin Mehaboobe [email protected]
Zlatan Vasović - ZDroid |
I already did it. |
I saw. 2014/1/5 Yashin Mehaboobe [email protected]
Zlatan Vasović - ZDroid |
Why isn't there any requirements.txt file? That way we can keep track of the dependencies. Easier to set up the dev environment. |
It'll be here. 2014/1/5 Indradhanush Gupta [email protected]
Zlatan Vasović - ZDroid |
So the change has been made and it's yet to merge? |
Not, it isn't done. :D |
Okay. I'll open a new issue and do it then. And we can call "pip install -r requirements.txt" from the install script here so it runs on the server too. Although virtualenv is better on the server too. By the way. Which would be a better way to contribute? Push changes to the my forked repository and then create a pull request or just push here directly in a new branch? |
Make new branch here, no need to fork if you are team member. :) |
We need an install script that will add our code to a server that already has Twisted installed on it, depending on implementation we may be able to change this from a script to a How-To, will definitely require a document that outlines what versions of Twisted a given version of OpenFaux-Server is supported on (yay compatibility).
The text was updated successfully, but these errors were encountered: