This is the development machine for webcron (Internal use)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jeroen De Meerleer ad77ba783f
Auto stash before merge of "main" and "origin/main"
10 months ago
ansible Auto stash before merge of "main" and "origin/main" 10 months ago
scripts Added vagrant environment 2 years ago
test Added vagrant environment 2 years ago
.gitattributes Added vagrant environment 2 years ago
.gitignore Updated instructions and git configuration 2 years ago
.yamllint Added vagrant environment 2 years ago
LICENSE Added vagrant environment 2 years ago
README.md Updated instructions and git configuration 2 years ago
Vagrantfile Compatibility with vagrant 2.2.17 and up 2 years ago
custom-vagrant-hosts.yml Added vagrant environment 2 years ago
vagrant-groups.yml Added vagrant environment 2 years ago
vagrant-hosts.yml To mpm-itk 2 years ago

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