|
|
před 4 roky | |
|---|---|---|
| .. | ||
| documents | před 4 roky | |
| .gitignore | před 4 roky | |
| README.md | před 4 roky | |
| start.sh | před 4 roky | |
sudo apt -y install podman runc buildah skopeo.Setup /etc/containers/registries.conf.
[registries.search]
registries = ['quay.io', 'docker.io']
Work with podman image
# clear outdated images
podman rmi -a -f
# uncompress image files
cat palm-spring.tar.xz.a* | tar xj
# import new podman image
podman load -q -i palm-spring-TIMESTAMP.tar
Enjoy it!
# start container
./docker/start.sh
# start servers
> sudo supervisord -c /etc/supervisor/supervisord.conf
# enable rabbitmq Management Plugin
> sudo rabbitmq-plugins enable rabbitmq_management
# enable redis clusters
> /etc/redis/redis.sh
http://localhost:15672, user guest, password guest6371~6376http://localhost:9001 user admin, password 12345678psql -U postgres -h 127.0.0.1 -p 5432ElasticSearch: curl http://127.0.0.1:9200/
For VSCode Run in your local host
sudo apt install yarnpkg golang-go