Log inRegister
You are here: Boossy » WebDesign » WdWebsites » zZz-GoormIde

GoormIDE

Install mysql

apt-get install mysql-server

New password for the MySQL "root" user:

Start mysql

service mysql start 

Je kunt bij de containerinstellingen aangeven dat dit telken wordt gestart wanneer je de container start:
  • Configure
  • Init script: Set: service mysql start

Install phpMyAdmin

sudo apt-get install phpmyadmin

URL phpMyAdmin

sudo ln -s /usr/share/phpmyadmin /workspace/<container-name>/

Please note that you still have to add index.php to the URL:

http://<container-name>.run.goorm.io/phpmyadmin/index.php

If you get a meesage that the mbstring extension is missing, issue the following statements (adapt the php version numbers if necessary):

sudo apt-get install php7.1-mbstring
sudo apt-get install php7.1-mysql

and restart apache

sudo service apache2 restart

Environments

Tracksummit / Jbase profile pack

  • change .../core/install.php into .../web/core/install.php
  • install php gd extension:
    • apt-get update
    • apt-get install php7.1-gd
  • install and start MySQL Server:
    • apt-get install mysql-server
    • service mysql start
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback
This page was cached on 18 Mar 2024 - 17:18.