Skip to content

Commit f60149c

Browse files
committed
Updated docs
1 parent 395efb2 commit f60149c

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ RUN chmod -R 777 /vanillapp
1313
RUN git clone https://github.com/topcoder-platform/forums-plugins.git /tmp/forums-plugins
1414
RUN cp /tmp/forums-plugins/config/vanilla.config-defaults.php /vanillapp/conf/config-defaults.php
1515
RUN cp -r /tmp/forums-plugins/. /vanillapp/plugins
16-
17-

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
- Docker (docker deployment)
66

77
## 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.
1011
- Run `docker-compose build` to build the image
1112
- Run `docker-compose up` to run Vanilla Forums
1213
- The Vanilla Forums will be available at `http://<your_docker_machine_ip>` by default

docs/SetupVanillaForums.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,9 @@ the Addons list.
3939
## Disabling Addons
4040
1. Disabling an addon will remove whatever features it added, but it never destroys the data associated with it.
4141

42+
# Know Issues
4243

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.
4347

0 commit comments

Comments
 (0)