sufius / imv-landau

Webseite IMV-Landau e. V.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useful commands

installation for production (after checking out this project):

sudo apt-get install -y git software-properties-common
sudo apt-add-repository --yes ppa:ansible/ansible
sudo apt update
sudo apt install ansible -y
www
ansible-playbook ansible/client.yml
ansible-playbook ansible/api.yml

run playbook (ansible 2.9):

ansible-playbook ansible/client.yml

debug:

tasks:
    - debug:
        var: npm_run_command

install new role (go to project root):

ansible-galaxy install geerlingguy.certbot

installation for development (after checking out this project + cd into project root)

vagrant up
vagrant ssh
www
npm run dev

destroy vagrant box

vagrant destroy -f

About

Webseite IMV-Landau e. V.


Languages

Language:Jinja 41.1%Language:PHP 23.7%Language:Vue 21.4%Language:Blade 5.2%Language:Shell 4.5%Language:HTML 2.2%Language:JavaScript 1.3%Language:CSS 0.5%