Running a Development Docker Server
Docker is the fastest way to get a local copy of Materia Server running. Materia has a built in collection of scripts and configuration files needed to orchestrate a local development Docker environment.
Our developers use this setup to run tests, develop new features, and to QA widgets. It has containers available for all optional hosting features in Materia.
To get started:
- Clone Materia
cd
into thedocker
directory- Execute
./run_first.sh
The Materia Docker README will get you up and running in less than 10 minutes.