This is the development machine for webcron (Internal use)
Go to file
Jeroen De Meerleer 7498f54dd2
Updated dev-vm
2023-12-07 14:41:44 +01:00
ansible Updated dev-vm 2023-12-07 14:41:44 +01:00
scripts Updated dev-vm 2023-12-07 14:41:44 +01:00
test Added vagrant environment 2021-04-07 09:58:13 +02:00
.gitattributes Updated dev-vm 2023-12-07 14:41:44 +01:00
.gitignore Updated dev-vm 2023-12-07 14:41:44 +01:00
.yamllint Updated dev-vm 2023-12-07 14:41:44 +01:00
LICENSE Updated dev-vm 2023-12-07 14:41:44 +01:00
README.md Updated dev-vm 2023-12-07 14:41:44 +01:00
Vagrantfile Updated dev-vm 2023-12-07 14:41:44 +01:00
custom-vagrant-hosts.yml Updated dev-vm 2023-12-07 14:41:44 +01:00
vagrant-groups.yml Updated dev-vm 2023-12-07 14:41:44 +01:00
vagrant-hosts.yml Updated dev-vm 2023-12-07 14:41:44 +01: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

Installation

  1. Install the Ansible Toolbox if you didn't do this yet
  2. Clone this repository to [dir]/webcron-dev-vm
  3. Clone the webcron-repository to [dir]/webcron
  4. Open your terminal and cd to [dir]/webcron-dev-vm
  5. Install the Ansible roles with $ atb-role-deps
  6. $ vagrant up
  7. While the vm is provisioning edit your /etc/hosts to webcron.test point to 192.168.56.11
  8. Last but not least: happy devving