Updated create_db to current structure, adjusted sample_test

This commit is contained in:
Bernhard Fröhlich 2013-03-13 23:49:47 +01:00
parent 1c321e198b
commit af3ac2eaac
2 changed files with 26 additions and 0 deletions

View file

@ -19,6 +19,8 @@ Setup
- Get CATS from github into your webserver's document directory (or any subdir):
git clone git@github.com:CAcertOrg/cats.git
- Checkout your favourite branch, for example "git checkout release" for the installed productive version
or "git checkout testserver" to get a mirror of the testserver.
- Connect to your MySQL server with an administrative user and create a database for CATS:
CREATE DATABASE cats_db;

24
database/sample_test.sql Executable file

File diff suppressed because one or more lines are too long