Podlatch-Publisher icon indicating copy to clipboard operation
Podlatch-Publisher copied to clipboard

free and open source podcast publishing system

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

  • get Latest Version
  • unzip the package and add it to your webspace
  • configure public directory as document root!
  • go to https://YOUR.DOMAIN/install/index.php and install the software

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!

  • go to https://YOUR.DOMAIN/admin/ (trailing slash is important)

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