Project Hotails is an open-source platform for dog daycares management. Hotails main goal is to provide both for dogs owners and dog daycares managers, an efficient, comfortable and reliable system.
These instructions will get you up and running on your local machine.
In order to run Hotails you should install:
- Download and Install Vagrant
- Download and Install Virtual Box
A step by step series that tell you how to get Hotails up and running
- Clone the repository
- Open command prompt in Hotails directory
- Spin the environment using
vagrant up
- That's it! your virtual machine is up and running
- Go to http://localhost:8000 in your web browser
- You can enter the virtual machine by running
vagrant ssh
- When finished, run
vagrant destroy -f
to tear down the environment
NOTE: By running this command all changes on the virtual machine will be deleted.
- Python - Python is an interpreted, high-level, general-purpose programming language
- Vagrant - Vagrant is a tool for building and managing virtual machine environments in a single workflow
- Virtual-Box - VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use
See the diagrams
- Ofir Matasas
- Tamir Matok
- Erez Cohen
- Yuval Vinokur
- Jenia Sakirko
Please see our CONTRIBUTING.md file for details on how to contribute to the Hotails community.
This project is licensed under the MIT License - see the LICENSE.md file for details