Skip to content

amdadulbari/quick-install-scripts

Repository files navigation

quick-install-scripts

shell scripts for installing tools in one click.

Docker Ubuntu:

curl -s https://raw.githubusercontent.com/amdadulbari/quick-install-scripts/master/install-docker.sh | sh

Docker CentOS:

curl -s https://raw.githubusercontent.com/amdadulbari/quick-install-scripts/master/docker-install-centos.sh | sh

Dockerized MQTT Broker with Websocket enabled config:

$ curl -s https://raw.githubusercontent.com/amdadulbari/quick-install-scripts/master/install-dockerized-mqtt.sh | sh

Dockerized MongoDB

$ sudo docker run -v $(pwd)/mongodata/db:/data/db -v $(pwd)/mongodata/etc/mongo:/etc/mongo-p 27017:27017 -e MONGO_INITDB_ROOT_USERNAME=admin -e MONGO_INITDB_ROOT_PASSWORD=mysimplepass123 --name mongodb -d mongo

About

shell scripts for installing tools in one click.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages