Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.
-
@privsec said in Castopod Host - open-source hosting platform made for podcasters who want engage and interact with their audience.:
@robi
How does one install PHP addons?If not already part of the LAMP PHP image, an env variable is set as to where PHP can find them, and you point it somewhere in /app/data.
-
So I copied the files from the download I got from here
https://code.castopod.org/adaures/castopod/uploads/d10a3e7cc8c5d8ff57b5d76dcdfeaa58/castopod-1.0.0-beta.20.zip
into the app/data/ folder. This is what it looks likeI confirmed all files are assigned www-data owner
I then went to my.domain.com/cp-install and I get
I know that I must be missing something simple, but I dont see what.
-
I know reuploaded the public folder and corrected the permissions to be www-data.
I am not back to the Whoops page, it displays Whoops in the tab of the webpage, and only presents a blank white screen in the tab itself.
When I travel to the
/cp-admin
url, it presents a login screen, I then login with the credentials of my cloudron account and it acts as if it logs in, but takes me to a blank white page and the URL iscp-auth/login
I am grateful for your help.
-
- Castopod has no integration with cloudron, don't do that.
- your permissions on the public folder are bad, gotta fix those. (
chown -R www-data:www-data /app/data/public
) - you need to run the install script, which will ask you to setup a new user and password. Use that to login.