File tree Expand file tree Collapse file tree 1 file changed +4
-23
lines changed
Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Original file line number Diff line number Diff 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
3818Checkout this repo
3919
4020install dependencies and fill out required information when promted
4121```
22+ cp ./app/config/parameters.yml.dist ./app/config/parameters.yml
4223composer install
4324npm install
4425```
You can’t perform that action at this time.
0 commit comments