Commit 86dbcab0 authored by David Weston's avatar David Weston

Fixed numbering #2

parent 80a00352
...@@ -5,8 +5,13 @@ Base repo for creating tests for projects (for i3CMS 4.5) ...@@ -5,8 +5,13 @@ Base repo for creating tests for projects (for i3CMS 4.5)
## Installation ## Installation
1) Download/clone copy of this repo 1) Download/clone copy of this repo
2) Export copy of database from i3x, place it into `./docker-base/project/sql/001-schema.sql` 2) Export copy of database from i3x, place it into `./docker-base/project/sql/001-schema.sql`
3) Copy over corrections file, and modify it if necessary: `cp ./setup/099-corrections.sql ./docker-base/project/sql/099-corrections.sql` 3) Copy over corrections file, and modify it if necessary: `cp ./setup/099-corrections.sql ./docker-base/project/sql/099-corrections.sql`
4) Install project: `./docker-base/docker-init install svn://i3xpress.net/i3projects/ci.muslimaid` 4) Install project: `./docker-base/docker-init install svn://i3xpress.net/i3projects/ci.muslimaid`
5) Turn on project: `./docker-base/docker-init up` 5) Turn on project: `./docker-base/docker-init up`
6) Run your tests! 6) Run your tests!
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment