Open ThorstenCognovo opened 7 years ago
replaces #2
The container based environment for development is ready. No host based database server is needed for development :-) 👍
Features:
standard mysql database container https://hub.docker.com/_/mysql/
container is created by executing npm run start
as documented in database README
server configuration is done by a mounted host directory (serverconfig/tikki-config.cnf) mounted to /etc/mysql/conf.d directory in the container.
database reset can be done by executing npm run reset
as described in the database README
database can be restarted and migrations and seed be applied automatically by running npm run restart
as described in README
Next comes the design for the build server and last for our test server
to be defined by @miwo100