File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,3 @@ RUN chmod -R 777 /vanillapp
13
13
RUN git clone https://github.com/topcoder-platform/forums-plugins.git /tmp/forums-plugins
14
14
RUN cp /tmp/forums-plugins/config/vanilla.config-defaults.php /vanillapp/conf/config-defaults.php
15
15
RUN cp -r /tmp/forums-plugins/. /vanillapp/plugins
16
-
17
-
Original file line number Diff line number Diff line change 5
5
- Docker (docker deployment)
6
6
7
7
## Docker Deployment
8
- - Set ` MYSQL_DATABASE ` and ` MYSQL_ROOT_PASSWORD ` in api.env.
9
- These variables are mandatory. ` MYSQL_ROOT_PASSWORD ` specifies the password that will be set for the MySQL root superuser account.
8
+ - ` MYSQL_DATABASE ` and ` MYSQL_ROOT_PASSWORD ` might be changed. You need to use these values during Vanilla Forums
9
+ installation.These variables are mandatory.
10
+ ` MYSQL_ROOT_PASSWORD ` specifies the password that will be set for the MySQL root superuser account.
10
11
- Run ` docker-compose build ` to build the image
11
12
- Run ` docker-compose up ` to run Vanilla Forums
12
13
- The Vanilla Forums will be available at ` http://<your_docker_machine_ip> ` by default
Original file line number Diff line number Diff line change @@ -39,5 +39,9 @@ the Addons list.
39
39
## Disabling Addons
40
40
1 . Disabling an addon will remove whatever features it added, but it never destroys the data associated with it.
41
41
42
+ # Know Issues
42
43
44
+ 1 . 'The specified data type (int unsigned) is not accepted for the MySQL database'.
45
+ The error happens when User enters an invalid email and clicks on 'Continue'.
46
+ Execute ` docker-compose down ` and ` docker-compose up --build ` . Then follow installation steps again.
43
47
You can’t perform that action at this time.
0 commit comments