Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Issleib <ben@kampfq.eu>
  • Loading branch information
kampfq committed Mar 27, 2019
1 parent 82ff8a8 commit 945889b
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions README.md
Expand Up @@ -8,37 +8,18 @@ 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

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
```
Expand Down

0 comments on commit 945889b

Please sign in to comment.