项目作者: Podlatch

项目描述 :
free and open source podcast publishing system
高级语言: PHP
项目地址: git://github.com/Podlatch/Podlatch-Publisher.git
创建时间: 2017-12-10T19:11:46Z
项目社区:https://github.com/Podlatch/Podlatch-Publisher

开源协议:GNU General Public License v3.0

下载


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

  1. composer install
  2. yarn install

run build scripts

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

init database and create user

  1. php ./bin/console doctrine:schema:create
  2. 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

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

Open Source Libraries Used