Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malept/dev-environment
Configuration management for a workstation development environment.
https://github.com/malept/dev-environment
Last synced: 4 days ago
JSON representation
Configuration management for a workstation development environment.
- Host: GitHub
- URL: https://github.com/malept/dev-environment
- Owner: malept
- License: apache-2.0
- Created: 2014-06-04T19:51:06.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-08-09T04:29:18.000Z (about 1 year ago)
- Last Synced: 2024-10-24T16:08:14.810Z (14 days ago)
- Language: SaltStack
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Development Environment Configuration Management
================================================SaltStack_-based configuration management for Mark's development
environment(s)... _SaltStack: http://docs.saltstack.com/
Bootstrap
=========.. code:: shell
wget -O - https://raw.githubusercontent.com/malept/dev-environment/main/bootstrap.sh | \
bash -s -- $MINION_FILE # $LOCAL_PILLAR (optional)License
-------This work is copyright © 2014, 2015, 2016 Mark Lee, under the `Apache License`_
(version 2)... _Apache License: https://www.apache.org/licenses/LICENSE-2.0