Ok. the easiest way is, we meet us in the chat. the short version how you can use it, you need php and a webserver. it is not important if php5 or php7. php7 is faster, so we use as default php version, php7.
if do you have all installed, you can install SteemPi by hand, only checkout it and initialize it with composer.
i think next week i write a tutorial how to install it at a running system ;-)
interesting. what webserver works best for this? how do i initialize it with composer? what is composer?
php is a snap to install on arch, so that is done.
found my way to your discord server, but would like to keep the info here where i could find it again, if it is not to hard.
Sorry, forgot the other questions. Composer is the same as npm for nodejs or apt for debian linux.
Its the package manager for PHP. (https://getcomposer.org/)
if you have installed the webserver and php, the install script will detect it and install the rest :-) i hope i have time tmr and i can write a little tutorial ;-)
You can use every Webserver what you want. If you use a Desktop PC you can use Apache. For an older PC or a little creditcard computer like rpi or opi i recommend lighttp or nginx.
sudo pacman -S php composer lighttpd
sudo nano /etc/lighttpd/lighttpd.conf
sudo systemctl start lighttpd.service
got a config file for the lighttpd html server?
Before you execute
sudo pacman -S php composer lighttpd
, did you already have a webserver?no, did not have a webserver.