Open ashwinks65 opened 7 years ago
Hi @Ashwin501 ,
You should import (or copy/paste) the contents of the extract_images_to_s3.py
into .knowledge_repo_config.py inside of your git knowledge repository. Then you just need to add 'extract_images_to_s3'
to the postprocessors
list inside of the same file. This processor will then be applied to every subsequent knowledge post that is added to the repository.
Does that help?
M
@Matthewwardrop thanks a lot it really helped.
I am having issue regarding "Submitting knowledge". I'm trying to submit the knowledge to remote repository but getting following error.
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm Community Edition 2017.1.4\helpers\pydev\pydevd.py", line 1591, in {}
into which this branch should be submitted.".format(self.config.remote_name))
RuntimeError: Could not find remote repository origin
into which this branch should be submitted.
Please suggest how to pass remote repository URL as a parameter.
Thanks Ashwin
INFO:alembic.runtime.migration:Context impl SQLiteImpl. INFO:alembic.runtime.migration:Will assume non-transactional DDL.
Please suggest how we can run the flask application with knowledge repo.
Many Thanks Ashwin
Auto-reviewers: @NiharikaRay @matthewwardrop @earthmancash @danfrankj
Hi,
Could you please provide more information about uploading the images into S3. Also, more insight about these two class 'ExtractImages' and 'ExtractImagesToS3' and how to configure extract_images_to_s3.py file for our organization's cloud storage.