Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
D
docker-test-base
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
David Weston
docker-test-base
Commits
95622058
Commit
95622058
authored
Jul 05, 2019
by
David Weston
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated README.md (thanks James)
parent
1067c30f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
README.md
README.md
+14
-5
No files found.
README.md
View file @
95622058
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment