Dear TPP team, thanks for your continuous work!
I just successfully compiled and installed v7.1.0 Albedo on antiX Linux, which is based on Debian 12 Bookwork, following you instructions:
The installation and the tests work fine; congratulations!
Just some minor comments on the documentation:
~~~
ps aux | grep apache
cd /usr/local/tpp
sudo chown -R www-data.www-data log users
cd /data
sudo chown -R www-data.www-data .
~~~
the `www-data.www-data` must be `www-data:www-data`
(with : instead of . between user:group)
And in the the test recipie:
- Login with guest and password
the password is 'guest' 😉.
Best, Robert