Skip to content

Repo for development of API and database for radelement.org web page

Notifications You must be signed in to change notification settings

RSNA/RadElement

Repository files navigation

Radelement

Source code repository for the radelement web page + database

Local Development

We include a basic docker-compose setup for local development which can be started with:

docker-compose up

Create Database

docker exec -it CONTAINER mysql -u root -p

Opens a mysql shell on the container.

create database radelement

Load Database

docker exec -i CONTAINER mysql -u root --password=radelement radelement < ./sqlfile.sql

Edit open_db.php

The db configuration file for the php scripts will need to be edited for your purposes.

About

Repo for development of API and database for radelement.org web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published