mirror of
https://github.com/CAcertOrg/cats.git
synced 2024-11-08 07:04:03 +00:00
Updated create_db to current structure, adjusted sample_test
This commit is contained in:
parent
1c321e198b
commit
af3ac2eaac
2 changed files with 26 additions and 0 deletions
|
@ -19,6 +19,8 @@ Setup
|
||||||
|
|
||||||
- Get CATS from github into your webserver's document directory (or any subdir):
|
- Get CATS from github into your webserver's document directory (or any subdir):
|
||||||
git clone git@github.com:CAcertOrg/cats.git
|
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:
|
- Connect to your MySQL server with an administrative user and create a database for CATS:
|
||||||
CREATE DATABASE cats_db;
|
CREATE DATABASE cats_db;
|
||||||
|
|
24
database/sample_test.sql
Executable file
24
database/sample_test.sql
Executable file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue