Skip to content

Latest commit

 

History

History
executable file
·
57 lines (51 loc) · 1.19 KB

README.md

File metadata and controls

executable file
·
57 lines (51 loc) · 1.19 KB

jobcron

A service used to get pertinent job posting information from different job sites based on predefined queries

USES:

  • php 7.2
  • mongo db docs here for information on how to tame this beast.
  • guzzle
  • php mailer lib
  • php unit
.
├── README.md
├── docker
│   ├── dev
│   │   ├── Dockerfile
│   │   ├── apache2.conf
│   │   ├── bootstrap.sh
│   │   ├── build.sh
│   │   ├── composer.json
│   │   ├── config.sh
│   │   ├── php.ini
│   │   └── run.sh
│   ├── production
│   │   ├── Dockerfile
│   │   ├── apache2.conf
│   │   ├── config.sh
│   │   ├── deploy.sh
│   │   ├── mysql.cnf
│   │   ├── run.sh
│   │   └── version.txt
│   └── mongo
│       ├── README.md
│       ├── config.sh
│       └── run.sh
└── src
    └── index.php

dev

./build.sh
./run.sh

production

from dev box:

./deploy.sh

on all production machines:

./run.sh