File tree 1 file changed +4
-23
lines changed
1 file changed +4
-23
lines changed Original file line number Diff line number Diff line change @@ -8,37 +8,18 @@ CMS for Podcasts
8
8
9
9
## Install from zip
10
10
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 )
12
12
* 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
35
15
36
16
## Install develop
37
17
38
18
Checkout this repo
39
19
40
20
install dependencies and fill out required information when promted
41
21
```
22
+ cp ./app/config/parameters.yml.dist ./app/config/parameters.yml
42
23
composer install
43
24
npm install
44
25
```
You can’t perform that action at this time.
0 commit comments