SITE FOR SELLING CIRCUITS AND COMPONENTS FOR TVs
- Install ansible package
sudo apt-get update
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible
-
Specify your variables in
ansible/group_vars/webservers/web.yml
file -
Run ansible with dev configuration
ansible-playbook ansible/site.yml -i ansible/dev
- Run webpack to collect static
# go to static directory and execute
npm install
npm run dev
- Run application
flask run