free and open source podcast publishing system
CMS for Podcasts
Contributions are welcome :)
There are a lot of low hanging fruits in the issues list here on github.
public
directory as document root!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!
unzip the new files
migrate the database and clear caches
./bin/console doctrine:schema:update --force
./bin/console cache:clear --env=prod