Install Apache First, make sure you update the package manager. sudo apt update sudo apt upgrade sudo apt update Then, install the apache2 package. sudo apt install apache2 Now, make sure that apache has access to the webservers public folder. You may need to rerun this, when you add new folders/files to your server. sudo […]
Category: Raspberry Pi
Raspberry Pi Known issues
Outdated npm version If an outdated npm version is shown when running npm -v, check the following post on how tu clear the Bash cache: https://askubuntu.com/questions/1036278/npm-is-incorrect-version-on-latest-ubuntu-18-04-installation PHP plugins required by Laravel and/or composer are missing apt install php7.0-mbstring php7.0-zip php7.0-xml php7.0-curl
Raspberry Pi: Basics
Check installed Raspbian Kernel version The current version can be found here. uname -a Install yarn See https://yarnpkg.com/en/docs/install#debian-stable Install a webserver See https://howtoraspberrypi.com/how-to-install-web-server-raspberry-pi-lamp/ Install samba First, update the package manager. sudo apt update && sudo apt upgrad Then, install the following packages. sudo apt install samba samba-common-bin Finally, you need to configure the installation. sudo […]