mirror of
https://github.com/openvk/openvk
synced 2025-04-23 00:23:01 +03:00
Create autoexec
This commit is contained in:
parent
1efda6457f
commit
0674afe442
1 changed files with 7 additions and 0 deletions
7
install/automated/common/autoexec
Normal file
7
install/automated/common/autoexec
Normal file
|
@ -0,0 +1,7 @@
|
|||
cd /opt/chandler && \
|
||||
mysql -e "CREATE DATABASE openvk" && \
|
||||
mysql -e "CREATE DATABASE openvk_eventdb" && \
|
||||
mysql -p'DATABASE_PASSWORD' openvk < install/init-db.sql && \
|
||||
cd extensions/available/openvk/ && \
|
||||
mysql -p'DATABASE_PASSWORD' openvk < install/init-static-db.sql && \
|
||||
mysql -p'DATABASE_PASSWORD' openvk_eventdb < install/init-event-db.sql
|
Loading…
Reference in a new issue