Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moodlehq/moodle-db-mssql
Microsoft SQL Server for Linux configured for Moodle development
https://github.com/moodlehq/moodle-db-mssql
Last synced: 2 months ago
JSON representation
Microsoft SQL Server for Linux configured for Moodle development
- Host: GitHub
- URL: https://github.com/moodlehq/moodle-db-mssql
- Owner: moodlehq
- Created: 2017-05-23T10:59:56.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T18:15:10.000Z (12 months ago)
- Last Synced: 2024-01-26T19:30:59.279Z (12 months ago)
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 17
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# moodle-db-mssql: Microsoft SQL Server for Moodle
[![Build Status](https://github.com/moodlehq/moodle-db-mssql/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/moodlehq/moodle-db-mssql/actions/workflows/ci.yml)A Microsoft SQL Server for Linux instance configured for Moodle development. Based on [mcr.microsoft.com/mssql/server](https://hub.docker.com/_/microsoft-mssql-server)
# Example usage
```bash
docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=yourStrong(!)Password' -p 1433:1433 -d moodlehq/moodle-db-mssql
```# Features:
* Microsoft SQL server setup and database created ready for Moodle install
* Backed by [automated tests](https://travis-ci.com/moodlehq/moodle-db-mssql)Requires the following environment flags:
* ACCEPT_EULA=Y
* SA_PASSWORD=# See also
This container is part of a set of containers for Moodle development, see also:
* [moodle-docker](https://github.com/moodlehq/moodle-docker) a docker-composer based set of tools to get Moodle development running with zero configuration
* [moodle-php-apache](https://github.com/moodlehq/moodle-php-apache) PHP and Apache configured for Moodle development
* [moodle-db-oracle](https://github.com/moodlehq/moodle-db-oracle) Oracle XE configured for Moodle development