This is the development machine for webcron (Internal use)
Go to file
Jeroen De Meerleer aa821316c3
Updated readme
2021-04-07 12:03:31 +02:00
ansible Added vagrant environment 2021-04-07 09:58:13 +02:00
scripts Added vagrant environment 2021-04-07 09:58:13 +02:00
test Added vagrant environment 2021-04-07 09:58:13 +02:00
.gitattributes Added vagrant environment 2021-04-07 09:58:13 +02:00
.gitignore Added vagrant environment 2021-04-07 09:58:13 +02:00
.yamllint Added vagrant environment 2021-04-07 09:58:13 +02:00
LICENSE Added vagrant environment 2021-04-07 09:58:13 +02:00
README.md Updated readme 2021-04-07 12:03:31 +02:00
Vagrantfile Added vagrant environment 2021-04-07 09:58:13 +02:00
custom-vagrant-hosts.yml Added vagrant environment 2021-04-07 09:58:13 +02:00
vagrant-groups.yml Added vagrant environment 2021-04-07 09:58:13 +02:00
vagrant-hosts.yml Added vagrant environment 2021-04-07 09:58:13 +02:00

README.md

Webcron Management (Development Virtual Machine)

(c) 2017, 2021 Jeroen De Meerleer me@jeroened.be

Webcron management is an easy-to-use interface to manage cronjob running on a publicly available http-location.

Requirements

  • Vagrant
  • Vagrant compatible hypervisor (eg. Virtualbox)
  • Ansible

Installation

  1. Clone this repository to [dir]/webcron-dev-vm
  2. Clone the webcron-repository to [dir]/webcron
  3. Open your terminal and cd to [dir]/webcron-dev-vm
  4. vagrant up
  5. While the vm is provisioning edit your /etc/hosts to webcron.test point to 192.168.56.11
  6. Last but not least: happy devving