A user-friendly wizard for setting up TeddyCloud deployments with Docker.
WARNING - Very early development stage Keep in mind that this project by far is not finished yet. But it should bring you the concept of how it will work.
Soon™
- Python 3.6 or newer
- Docker and Docker Compose
- Internet connection (for first-time setup and updates)
pip install TeddyCloudStarter
git clone https://github.com/Quentendo64/TeddyCloudStarter.git
cd TeddyCloudStarter
pip install -e .
TeddyCloudStarter
The wizard will guide you through the setup process with an interactive interface.
Special thanks to:
- henryk from Revoxx Forum - For extensive testing and heroic support during development
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.