Skip to content
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

Requirements for Working in Pybossa #40

Closed
ezys opened this issue Jun 7, 2016 · 1 comment
Closed

Requirements for Working in Pybossa #40

ezys opened this issue Jun 7, 2016 · 1 comment
Assignees
Labels

Comments

@ezys
Copy link
Contributor

ezys commented Jun 7, 2016

What languages do @TwigBeard or @cjthomas730 need to work in to load tasks and set up projects in Pybossa?

Which virtual environment should be used?

Any credentials or permissions that need to be secured to access SkyTruth accounts/past projects?

@geowurster
Copy link
Contributor

@ezys Yeah we're running some hacked together Pybossa branch that's like 2 years old. I think @redhog hit some bugs he had to fix, but I don't think those patches were ever submitted upstream. pybossa_tools contains the project files (Tadpole, padmapper, etc) and createTasks.py, which is what we use to push tasks to the server. Looks like there's a sample command in the HOWTO.txt file. I'm not sure what the server URL is, but the API key is for the admin account. I just sent you the PW and account name.

The dependencies for pybossa_tools are pretty crusty, but it looks like we can probably still install it locally in a Python virtual environment with:

$ git clone https://github.com/SkyTruth/pybossa_tools
$ cd pybossa_tools
$ pip install -r requirements.txt

And then I guess as long as you have the virtual env enabled and you're inside the pybossa_tools dir on your machine you can do ./createTasks.py? It's gonna take some experimentation, but we can't do much without tasks to test, so we need the imagery source and permits first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants