Skip to content

Commit 945889b

Browse files
committed
fix readme
Signed-off-by: Benjamin Issleib <[email protected]>
1 parent 82ff8a8 commit 945889b

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

README.md

+4-23
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,18 @@ CMS for Podcasts
88

99
## Install from zip
1010

11-
* get [Latest Version](https://github.com/Podlatch/Podlatch-Publisher/releases/download/0.6.0/podlatch-0-6-0.zip)
11+
* get [Latest Version](https://github.com/Podlatch/Podlatch-Publisher/releases/download/0.7.0/podlatch-0-7-0.zip)
1212
* unzip the package and add it to your webspace
13-
```
14-
unzip Podlatch-Publisher_beta.zip
15-
cd Podlatch-Publisher_beta
16-
cp ./app/config/parameters.yml.dist ./app/config/parameters.yml
17-
```
18-
* add a virtual host with the `web` directory as document root!
19-
20-
21-
* you need an ssh connection to your webserver
22-
* go to the installation root
23-
24-
* fill the config file
25-
```
26-
vi ./app/config/parameters.yml
27-
```
28-
* init the database and create your first user
29-
```
30-
php ./bin/console doctrine:schema:create
31-
php ./bin/console fos:user:create adminuser --super-admin
32-
```
33-
34-
* go to https://YOUR.DOMAIN/admin/ (trailing slash is important)
13+
* configure `web` directory as document root!
14+
* go to https://YOUR.DOMAIN/install/index.php and install the software
3515

3616
## Install develop
3717

3818
Checkout this repo
3919

4020
install dependencies and fill out required information when promted
4121
```
22+
cp ./app/config/parameters.yml.dist ./app/config/parameters.yml
4223
composer install
4324
npm install
4425
```

0 commit comments

Comments
 (0)