Weboberfläche und Server, um die Berliner Firmware zu bauen.
You need Python 3 and Git. Git is not only needed for the development but also for running the application.
- Clone the repository.
git clone https://github.com/niccokunzmann/web-image-builder.git cd web-image-builder
- Create a virtual environment (optional)
pip install virtualenv virtualenv -p python3 ENV source ENV/bin/activate
- Install the packages
pip install -r requirements.txt
To run the web server, do this each time:
python3 -m builder.app