Knowledge Base Wordpress Theme
- run
up_server.sh
- follow the setup page
- confirm at: https://localhost. and https://localhost/wp-login.php with default login credentials: user/bitnami
- run
db_export.sh
to export current db to SQL file and save toapp/sql
- run
db_import.sh <dump_file_name.sql>
to import SQL file to db (e.gdb_import.sh db_1594881841.sql
)