Skip to content

Podlatch/Podlatch-Publisher

Repository files navigation

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