Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 2.22 KB

README.md

File metadata and controls

33 lines (27 loc) · 2.22 KB

DietPi Website

This is the official repository for hosting collaborative development of the official DietPi OS home page https://dietpi.com/ as well as the DietPi-Software overview page https://dietpi.com/dietpi-software.html.

CodeFactor

License

DietPi-Website by DietPi is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License - CC BY-SA 4.0.

3rd party resources

Deploy instructions

Deploy to /tmp/DietPi-Website-master (no input argument):

bash -c "$(curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi-Website/master/deploy.bash)"

Deploy to /var/www (target path as input argument $1):

bash -c "$(curl -sSfL https://raw.githubusercontent.com/MichaIng/DietPi-Website/master/deploy.bash)" bash '/var/www'