From 945889b0edc471acf831fadf643771071ebc72ae Mon Sep 17 00:00:00 2001 From: Benjamin Issleib Date: Wed, 27 Mar 2019 17:50:31 +0100 Subject: [PATCH] fix readme Signed-off-by: Benjamin Issleib --- README.md | 27 ++++----------------------- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index e80cbb4..63e191d 100644 --- a/README.md +++ b/README.md @@ -8,30 +8,10 @@ CMS for Podcasts ## Install from zip -* get [Latest Version](https://github.com/Podlatch/Podlatch-Publisher/releases/download/0.6.0/podlatch-0-6-0.zip) +* get [Latest Version](https://github.com/Podlatch/Podlatch-Publisher/releases/download/0.7.0/podlatch-0-7-0.zip) * unzip the package and add it to your webspace -``` - unzip Podlatch-Publisher_beta.zip - cd Podlatch-Publisher_beta - cp ./app/config/parameters.yml.dist ./app/config/parameters.yml -``` -* add a virtual host with the `web` directory as document root! - - -* you need an ssh connection to your webserver -* go to the installation root - -* fill the config file -``` - vi ./app/config/parameters.yml -``` -* init the database and create your first user -``` -php ./bin/console doctrine:schema:create -php ./bin/console fos:user:create adminuser --super-admin - ``` - - * go to https://YOUR.DOMAIN/admin/ (trailing slash is important) +* configure `web` directory as document root! + * go to https://YOUR.DOMAIN/install/index.php and install the software ## Install develop @@ -39,6 +19,7 @@ Checkout this repo install dependencies and fill out required information when promted ``` +cp ./app/config/parameters.yml.dist ./app/config/parameters.yml composer install npm install ```