Skip to content

funnydman/teleplata

Repository files navigation

teleplata

SITE FOR SELLING CIRCUITS AND COMPONENTS FOR TVs

Build Status Coverage Status Requirements Status

Getting Started

  1. 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
  1. Specify your variables in ansible/group_vars/webservers/web.yml file

  2. Run ansible with dev configuration

ansible-playbook ansible/site.yml -i ansible/dev
  1. Run webpack to collect static
# go to static directory and execute

npm install
npm run dev
  1. Run application
flask run

Screenshots

teleplata screenshot