User Tools

Site Tools


dndwebapp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dndwebapp [2020/02/04 16:53]
chasty2 [Back End Documentation]
dndwebapp [2020/02/28 21:11] (current)
chasty2 [Back End Documentation]
Line 30: Line 30:
 ==== Front End Documentation==== ==== Front End Documentation====
 ==== Back End Documentation==== ==== Back End Documentation====
 +__
 +Database schema, version 2:
 +__
  
-Database schema, version 2+**one baseStats per charSheet
  
 +{{:​dnd_db_v2.jpg?​nolink&​400|}}
 +
 +__
 +Docker Notes:
 +__
 +<code bash>
 +## Enter these commands in bash on a Linux environment.
 +
 +## create docker image from dockerfile and run it. Must be in initDB directory to build lug-mysql image
 +docker build -t lug-mysql .
 +docker run -d --name=lugdb -e MYSQL_ROOT_PASSWORD=test -p 3306:3306 lug-mysql
 +
 +## delete image and instance if you need to rebuild ​
 +docker rm lugdb
 +docker image rm lug-mysql
 +
 +## enter mysql 
 +docker exec -it lugdb mysql -uroot -p  ​
 +</​code>​
 ===== Meeting Notes===== ===== Meeting Notes=====
 ==== Meeting 1 [11/​09/​2018]==== ==== Meeting 1 [11/​09/​2018]====
dndwebapp.1580835187.txt.gz ยท Last modified: 2020/02/04 16:53 by chasty2