Skip to content
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.

A detailed Documentation? #118

Open
Lowell130 opened this issue Oct 11, 2017 · 11 comments
Open

A detailed Documentation? #118

Lowell130 opened this issue Oct 11, 2017 · 11 comments
Assignees
Labels

Comments

@Lowell130
Copy link

Hello i am new in Python 3, have you a detailed documentation about installation and configuration of the script? Thank you!

@dArignac dArignac self-assigned this Oct 13, 2017
@dArignac
Copy link
Member

dArignac commented Oct 13, 2017

Hi @Lowell130 ,

thanks for checking out our project. First, it isn't a single python script but a collection of services mainly hold together by Django.
Please read our readme, within the section "Setup" erverything for setting up is written down. If you encounter any problems, please reply to this issue here. We've written it from our side of view, maybe some things you need are missing. If so, just reply.

Hope that help you. Have a nice day!

Cheers
-Alex

@Lowell130
Copy link
Author

Hello @dArignac thanks for your reply. Currently i'm testing locally the script, any suggestions? Thank you!

@Lowell130
Copy link
Author

Hello i have a question, but i have to insert single product from admin internface? Or an user can search for producs from frontend form?

@dArignac
Copy link
Member

You basically don't need the AdminSite. In the frontend you can add a product by filling in the ASIN of it. The price monitor does not search for products, the input is always the product ASIN.

@Lowell130
Copy link
Author

So it's a sort of price monitor reminder about amazon products. Have you experience about use on a Digital Ocean droplet?

@dArignac
Copy link
Member

dArignac commented Oct 20, 2017 via email

@Lowell130
Copy link
Author

can i see a live demo please, because i had some issues on local testing
thanks

@dArignac
Copy link
Member

Unfortunately there is no public live demo available.
What were your issues?

@Lowell130
Copy link
Author

i don't know how start it locally :(

@dArignac
Copy link
Member

Well, setup is decribed here: https://github.com/ponyriders/django-amazon-price-monitor#id11
There is also a Docker setup here: https://github.com/ponyriders/django-amazon-price-monitor/tree/master/docker - you just need to add the settings for AWS (see here: https://github.com/ponyriders/django-amazon-price-monitor#aws-and-product-advertising-api-credentials) into the compose.env file, as the settings are read from this file (see here: https://github.com/ponyriders/django-amazon-price-monitor/blob/master/docker/web/project/glue/settings.py#L234)
Within the docker folder there is the web folder that contains a Django project that includes the price_monitor - the one docker starts. You can use this as a blueprint project when setting up your own.
One more hint: we only use the docker setup for development, it's not production save in case of security!

@Lowell130
Copy link
Author

Thank you!

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

No branches or pull requests

2 participants