arielscarpinelli / openshift-scrapy

Runs Scrapy / Scrapyd on OpenShift
5 stars 5 forks source link

How to get started? #1

Open parker20121 opened 9 years ago

parker20121 commented 9 years ago

I'm interested in using your code. Is it a complete cartridge by itself, or do I need to install a python app first, download your code into the local git repository, and then sync it with git on openshift to deploy scrapy?

parker20121 commented 9 years ago

I tried generating an app from your template and I get the following error about the manifest size.

image

arielscarpinelli commented 9 years ago

I haven't used this for a while and got confused about the Play Framework cartridge I've collaborated with. Sorry about my last comment.

This is a QuickStart, not a cartridge. You have to create a new Python app and use the code here as your apps code base

djeraseit commented 8 years ago

step by step instructions would be nice!

th-- commented 8 years ago

Very interesting, would you kindly to tell how to install scrapy and scrapyd on openshift?