Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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