-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CloudBoost (Open source cloud platform; "Parse + Firebase + Algolia + Iron.io all combined into one") #10
Comments
…pose.yml sugested by autors from https://github.com/CloudBoost/docker
… version on the try for free and is _enterprise_ expensive; at this moment better test other BaaS than go more deep on this one
… version on the try for free and is _enterprise_ expensive; at this moment better test other BaaS than go more deep on this one
Anotations are on https://github.com/fititnt/cloudboost-playground repository General information
Here an important notice (the UI is not open source, but the core service is.)
LookbookNote: See logs.sh for a more verbose dump. # Note: see "Enviroment" for dependencies. TL;DR: you need docker-compose
# Add docker-compose.yml from maintainers
wget https://raw.githubusercontent.com/CloudBoost/docker/master/docker-compose.yml
# run docker compose
docker-compose up
# fititnt at bravo in /alligo/code/fititnt/cloudboost-playground on git:master x [12:11:33]
$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
209c6d99a69b cloudboost/cloudboost:latest "npm start" 21 minutes ago Up 21 minutes 0.0.0.0:4730->4730/tcp, 0.0.0.0:80->4730/tcp cloudboostplayground_api_1
e63a26cd8dc4 redis:3.0 "docker-entrypoint.s…" 21 minutes ago Up 21 minutes 0.0.0.0:6379->6379/tcp, 0.0.0.0:16379->16379/tcp, 0.0.0.0:26379->26379/tcp cloudboostplayground_redis_1
5f0579a4215a mongo:3.4 "docker-entrypoint.s…" 21 minutes ago Up 21 minutes 0.0.0.0:27017->27017/tcp cloudboostplayground_mongo_1
$ echo "The core of cloudboost is open source ('Apache License 2.0') which is nice and a good bussiness model, but keep in mind there is no open source gui"
The core of cloudboost is open source (Apache License 2.0) which is nice and a good bussiness model, but keep in mind there is no open source gui
# See screenshots. I guess this is a BaaS for Enterprise products or they also
# use they own BaaS to work as consulting for they clients, as we can see
# here https://www.cloudboost.io/consulting/. So at this point I guess, for
# the proposes of the chatops-wg, will see other products
### Stop and clean all resources (DO NOT RUN `docker-compose down --volumes --rmi all` ON PRODUCTION)
docker-compose down --volumes --rmi all
ScreenshotsEnviroment## Ubuntu 16.04.4 LTS
# Need docker and docker-compose:
$ docker -v
Docker version 17.12.1-ce, build 7390fc6
$ docker-compose -v
docker-compose version 1.18.0, build 8dd22a9 |
The text was updated successfully, but these errors were encountered: