-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Carlos Andreo edited this page Dec 2, 2024
·
2 revisions
Toolkit Installer is a utility developed for the 6G-SANDBOX project, designed to facilitate the creation of new platforms or sites. It streamlines the deployment process by automating the setup of required environments, configurations, and dependencies. This tool ensures consistency and reduces the complexity of initializing new 6G-SANDBOX sites, providing an efficient and user-friendly approach to managing site creation within the project's ecosystem.
toolkit-installer/ // main folder.
ββ .github/ // folder contains files and templates for GitHub workflow automation.
ββ phases/ // folder that the phases code is stored.
β ββ utils/ // folder that handler data conversions and storage in YAML, Markdown and JSON formats.
ββ docs/ // folder where all documentation is stored.
ββ .env.template // file that contains placeholder environment variables for configuring the application.
ββ .gitignore // file specifying intentionally untracked files to ignore.
ββ CHANGELOG.md // file containing the changes made in each release.
ββ installer.py // main file that execute the toolkit.
ββ pyproyect.toml // file containing the libraries and their versions.