-
Notifications
You must be signed in to change notification settings - Fork 81
REL: Pre-Alpha release 0.0.1 #689
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
Conversation
Someone named heavenshell created it
|
It doesn't look like it is our software.... 2014-11-24 18:40 GMT-07:00 Daniel McDonald notifications@github.com:
Jose Navas |
Thanks for catching that! That means that we nee to change the name of our package, maybe python-qiita or qiita-web? Yoshiki Vázquez-Baeza
|
Maybe we reach out to the author?
|
Considering qiita_db + qiita_ware is going to be QIIME 2, I think it's okay On Mon, Nov 24, 2014 at 6:48 PM, Daniel McDonald notifications@github.com
|
@@ -22,28 +22,50 @@ Qiita is a python package, with support for python 2.7 and 3.2, that depends on | |||
* [networkx](http://networkx.lanl.gov/index.html) | |||
* [WTForms 2.0.1](https://wtforms.readthedocs.org/en/latest/) | |||
* [Mock](http://www.voidspace.org.uk/python/mock/) For running test code only | |||
* [redis 2.8.0](https://pypi.python.org/pypi/redis/) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redis is listed twice in this list. This one (redis 2.8.0
) is more descriptive, so can you delete the other one?
Thanks @ElDeveloper (and @antgonza?) for putting this together -- really exciting to see this nearing a real release 😃 |
a4fb8d7
to
5739db5
Compare
I will need to know what we want to call the package before this is merged, current options:
Note that this is the name that our package will have in |
I like |
What about qiita-spot(s)? |
@antgonza suggested On (Nov-24-14|20:05), josenavas wrote:
|
☝️ sloučit |
This pull request includes updates that were necessary to make qiita usable
when installed via pip, this is a summary of the changes:
setup.py
have been updated.setup.py
now imports and installs the resources that are needed for the website to work properly (templates, static resources, etc).python qiita_pet/webserver.py
; to start the webserver simply do:qiita webserver start
.webserver
subcommand into theqiita
needed the import of the application to be done as part of the subcommand itself, therefore you will see thatfrom qiita_pet.webserver import Application
is not at the top of the file.qiita webserver start
includes an argument to specify the port--port
.To properly test this PR, create a new virtual environment, follow the instructions in INSTALL.md.
To emulate
pip install qiita
try:pip install https://github.com/ElDeveloper/qiita/archive/release-0.0.1.zip
1.- this PR is merged.
2.- We can get rid of this package https://pypi.python.org/pypi/qiita/0.1.1 @wasade, I think you created that, can you remove it? If that wasn't you @wasade, does anyone know about who created that?