https://github.com/funnydman/teleplata
Site for selling circuits for tv
https://github.com/funnydman/teleplata
alembic ansible ansible-project ansible-roles flake8 flask flask-application flask-sqlalchemy python sqlalchemy tox travis travis-ci webpack
Last synced: 2 months ago
JSON representation
Site for selling circuits for tv
- Host: GitHub
- URL: https://github.com/funnydman/teleplata
- Owner: funnydman
- Created: 2018-07-05T21:22:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T17:12:29.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T17:24:13.997Z (over 1 year ago)
- Topics: alembic, ansible, ansible-project, ansible-roles, flake8, flask, flask-application, flask-sqlalchemy, python, sqlalchemy, tox, travis, travis-ci, webpack
- Language: Python
- Homepage:
- Size: 9.34 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# teleplata
> SITE FOR SELLING CIRCUITS AND COMPONENTS FOR TVs
[](https://travis-ci.org/FUNNYDMAN/teleplata)
[](https://coveralls.io/github/FUNNYDMAN/teleplata?branch=master)
[](https://requires.io/github/FUNNYDMAN/teleplata/requirements/?branch=master)
## Getting Started
1. Install ansible package
```bash
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
```
2. Specify your variables in ```ansible/group_vars/webservers/web.yml``` file
3. Run ansible with dev configuration
```bash
ansible-playbook ansible/site.yml -i ansible/dev
```
4. Run webpack to collect static
```bash
# go to static directory and execute
npm install
npm run dev
```
5. Run application
```bash
flask run
```
## Screenshots
