-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MECONTRACK-242 - Improvement to k1many.sh #306
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* MECONTRACK-240 - Script integration * MECONTRACK-240 - php.ini feature * MECONTRACK-240 - Docker shell script * MECONTRACT-240 - Docker startup script for Moodle. * MECONTRACT-240 - Update with to add error checking on switches. * MECONTRACT-240 - Add in check Moodle version to update PHP version * MECONTRACT-240 - Remove extra file. * MECONTRACT-240 - Remove extra file. * MECONTRACT-240 - Update the code to choose the php version better. * MECONTRACT-240 - Code improvements: - remove moodle.ini from base.yml; - ensure that when no options entered default option of build is used; - when re-booting just start and restart the site; - add in checks to see if containers are started / not started and provide error messages.
- Add in options for start, stop, restart. Improved help to give examokes.
…sage. This is done way before reaching the removed code.
…en using --phpunit.
…en using --behat.
- ensure the arguments passed in are checked properly; - ensure exit commands are used rather than returns; - group commands to reduce redundancy;
Fix mecontrack 242
…ier to recognize in the Docker UI.
To be deleted. Sorry about that. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
MECONTRACT-242 - Set unique session cookie name to avoid login issue.
MECONTRACT-242 - DRY COMPOSE_PROJECT_NAME.
MECONTRACT-242 - Added error_message() decorator function.
MECONTRACT-242 - Added info_message() decorator.
MECONTRACT-242 - Rename the Moodle instances according to folder's name.
MECONTRACT-242 - Use the folder name as the project name so it is easier to recognize in the Docker UI.
MECONTRACT-242 - Ensure the arguments passed in are checked properly; Ensure exit commands are used rather than returns; Group commands to reduce redundancy;