Skip to content

kvartalnovd/PropertyAdsProcessor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Property Ads Processor


Parser for the following sites about real estate ads:

Getting started


You must have docker installed!

You can deploy the server with one command

To do this, you need to:

  1. Clone the repository:
git clone https://github.com/kvartalnovd/PropertyAdsProcessor.git
  1. run docker:
./src/docker/bin/start  # equal to: docker-compose up -d --build 

After that, you can go to the address localhost or 127.0.0.1

Also, in the hosts settings, you can register a working domain processor.io

The first launch may take time due to loading docker images

  1. Other commands:
# Let's go to the root directory
cd src

# Check docker services' statuses
# Equal to: docker-compose ps
./docker/bin/status

# Stop all docker services
# Equal to: docker-compose kill
./docker/bin/stop

# Restart all docker services 
# Equal to: ./docker/bin/stop && ./docker/bin/start
./docker/bin/restart

# Exec to a specific container
./docker/bin/exec [Docker service name]

About

Property Ads Processor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published