Raspberry Pi
Posted
#8476
(In Topic #2802)

Standard member

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

Site director

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.
Become a fan of Composr on Facebook or add me as a friend. Add me on on Mastodon. Follow me on Minds (where I am most active). Support me on Patreon
- If not, please let us know how we can do better (please try and propose any bigger ideas in such a way that they are fundable and scalable).
- If so, please let others know about Composr whenever you see the opportunity or support me on Patreon.
- If my reply is too Vulcan or expressed too much in business-strategy terms, and not particularly personal, I apologise. As a company & project maintainer, time is very limited to me, so usually when I write a reply I try and make it generic advice to all readers. I'm also naturally a joined-up thinker, so I always express my thoughts in combined business and technical terms. I recognise not everyone likes that, don't let my Vulcan-thinking stop you enjoying Composr on fun personal projects.
- If my response can inspire a community tutorial, that's a great way of giving back to the project as a user.
1 guest and 0 members have just viewed this.