Source code repository for the radelement web page + database
We include a basic docker-compose setup for local development which can be started with:
docker-compose up
docker exec -it CONTAINER mysql -u root -p
Opens a mysql shell on the container.
create database radelement
docker exec -i CONTAINER mysql -u root --password=radelement radelement < ./sqlfile.sql
The db configuration file for the php scripts will need to be edited for your purposes.