Raspberry Pi
Posted
#7133
(In Topic #1752)
Running Composr on a Pi
Hi,Now having to revisit, has anyone have any experience running Composr on a Raspberry Pi?
Have a solar powered wifi node, that I want to incorporate a Raspberry Pi loaded with Composr. Providing 24/7 access to a range of resources in the event of a natural disaster. Provide localised access to data.
Any guidance on installing Composr on a Pi, greatly appreciated! :)
Posted
Sorry you didn't get a timely reply.
Running Composr on a Raspberry Pi should be straight forward. They are really just Linux machines, and all the packages you need are available in Raspberry Pi OS / Raspbian.
Those packages can be installed with something like this…
Code (Bash)
apt install apache2 libapache2-mod-php php php-common php-cli php-apcu curl php-curl \
php-enchant php-ffmpeg php-gd php-imap php-zip php-mysqlnd php-mbstring php-pspell \
php-xml php-intl php-json openssl mysql-server mysql-client \
hunspell aspell aspell-en wget
php-enchant php-ffmpeg php-gd php-imap php-zip php-mysqlnd php-mbstring php-pspell \
php-xml php-intl php-json openssl mysql-server mysql-client \
hunspell aspell aspell-en wget
Then you can download and extract the quick installer to the web directory easily enough. Then run it in the web browser.
0 guests and 0 members have recently viewed this.
