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