Commit 95622058 authored by David Weston's avatar David Weston

updated README.md (thanks James)

parent 1067c30f
...@@ -6,12 +6,21 @@ Base repo for creating tests for projects (for i3CMS 4.5) ...@@ -6,12 +6,21 @@ Base repo for creating tests for projects (for i3CMS 4.5)
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) Navigate to the folder, `./docker-test-base-master` by default
3) Copy over corrections file, and modify it if necessary: `cp ./setup/099-corrections.sql ./docker-base/project/sql/099-corrections.sql` 3) Export copy of database from i3x, place it into `./docker-base/project/sql/001-schema.sql`
4) Install project: `./docker-base/docker-init install svn://i3xpress.net/i3projects/ci.muslimaid` 4) Copy over corrections file, and modify it if necessary: `cp ./setup/099-corrections.sql ./docker-base/project/sql/099-corrections.sql`
5) Turn on project: `./docker-base/docker-init up` 5) Install project: `./docker-base/docker-init install svn://i3xpress.net/i3projects/<domain>`
6) Run your tests! 6) Turn on project: `./docker-base/docker-init up`
\ No newline at end of file
7) Run your tests!
8) Turn off project: `./docker-base/docker-init down`
## Further notes
* http://localhost:33080/ = Website
* http://localhost:33444/ = Zalenium
\ 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