Home
Softono

Podlatch Publisher

Open source PHP
22
Stars
1
Forks
16
Issues
1
Watchers
3 years
Last Commit

 About Podlatch Publisher

free and open source podcast publishing system

Platforms

Web Self-hosted

Languages

PHP

Need Help Installing Podlatch Publisher?

We provide expert installation service for this software. Our team will install, configure, and secure Podlatch Publisher on your server. plans start at just $30.

Podlatch Publisher

View on GitHub

Podlatch Publisher

CMS for Podcasts

Podlatch Screenshots

Contribute

Contributions are welcome :)

There are a lot of low hanging fruits in the issues list here on github.

Install from zip

Install develop

Checkout this repo

install dependencies and fill out required information when promted

composer install
yarn install

run build scripts

php ./bin/console assets:install
yarn encore dev

init database and create user

php ./bin/console doctrine:schema:create
php ./bin/console fos:user:create adminuser --super-admin

add a virtual host with the public directory as document root!

Update

unzip the new files

migrate the database and clear caches

./bin/console doctrine:schema:update --force
./bin/console cache:clear --env=prod

Open Source Libraries Used