Điểm qua yudai/cf_nise_installer: 86 sao trên GitHub, viết chủ yếu bằng Shell. Cloud Foundry v2 installer with Nise BOSH and Vagrant
Tóm tắt dựng từ metadata GitHub của chính dự án — chưa có bài review TopGit. Trang sẽ tự động cập nhật khi bài review đầy đủ được xuất bản.
VÌ SAO CHƯA CÓ REVIEW
TopGit viết bài đầy đủ cho repo có nhiều sao nhất và được yêu cầu nhiều nhất. Trang này là snapshot trong thời gian chờ — xem README gốc ở tab READ ME.
CF Nise Installer is a set of scripts that installs a Cloud Foundry v2 instance to your single machine or Vagrant VM. You can build your own 'devbox' quickly with a single command with this installer.
CF Nise Installer is based on cf-release by Pivotal, Nise BOSH by NTT Laboratory.
NOTICE
This installer is maintained mainly for testing cf-release on a baremetal environemnt. If you just want to try Cloud Foundry, bosh-lite may be a better solution for you.
When ask a question about Cloud Foundry build by this installer at vcap-dev, please describe that you are uing cf-nise-installer in your post. That makes it easier to isolate your problem and to answer your question. If the problem you got is certainly caused by this installer, please do not post to vcap-dev and submit an issue to this repository.
Building Devbox on Single Server
This section shows you how to install CF components to your server.
If you want to build a devbox on a Vagrant VM, skip this section and see the next section.
Requirements
Ubuntu 14.04 64bit (Trusty)
Do NOT install RVM to avoid conflicting with RBenv
8GB+ free HDD space
2GB+ memory
m1.medium or larger instance is recommended on AWS
The bootstrap.sh script installs everything necessary to your devbox. This command may take a couple of hours at first run.
You need to restart your server once after the installation is completed.
Launching Processes
You can start Cloud Foundry by running the following command in the cf_nise_installer directory cloned by the bootstrap.sh script:
./scripts/start.sh
This command launches a Monit process and then start up all monit jobs installed by Nise BOSH.
You can also manually manage the processes with the Monit command:
# Start Monit
sudo /var/vcap/bosh/bin/monit
# Launch `all` processes
sudo /var/vcap/bosh/bin/monit start all
# See status
sudo /var/vcap/bosh/bin/monit status
sudo /var/vcap/bosh/bin/monit summary # shorter
# Stop `all` processes
sudo /var/vcap/bosh/bin/monit stop all
Confirm all the processes shown by monit summary is indicating running. It takes a few minutes to initialize all processes.
Update Existing Devbox
To update your existing Devbox, you can use scripts in the scripts directory. You don't need to execute the bootstrap.sh script for this purpose.
install.sh
Runs the following scripts in order
install_ruby.sh
Installs Ruby binaries with Rbenv and the cf command gem
If .rbenv directory exists in your homedirectory, this script do nothing
clone_nise_bosh.sh
Clones the nise_bosh repository
When the nise_bosh directory is not empty, this script do nothing
clone_cf_release.sh
Clones the cf-release repository
When the cf-release directory is not empty, this script do nothing
install_environemnt.sh
Run the init command of Nise BOSH
install_cf_release.sh
Installs cf-release jobs and packages with Nise BOSH
start.sh
Invokes a Monit process and CF processes
stop.sh
Stop all CF processes
When run these scrips, be sure your are in the cf_nise_installer directory and not in scripts directory.
Notes for Updating Devbox
These scripts do not automatically update existing files in the working directory such as the cf-release and nise_bosh directories. This means once you have executed the installer, you need to manually update files in your working directory to update your devbox. If you just want to update your debox to the latest version of cf-release, it is the easiest way to delete your cf_nise_installer directory and run the bootstarp.sh script.
Environment Variables
You can customize your installation using environment variables. Note that variables taks effect only when script is not skipped. For example, the variable CF_RELEASE_URL is used only when the cf-release directory is empty.
Name
Description
Used in
Default
INSTALLER_URL
URI for cf_nise_installer
bootstrap.sh
https://github.com/yudai/cf_nise_installer.git
INSTALLER_BRANCH
Branch/Revision for cf_nise_installer
bootstrap.sh
master
CF_RELEASE_URL
URI for cf-release
clone_cf_release.sh
nil (https://github.com/cloudfoundry/cf-release.git is set to submodule)
CF_RELEASE_BRANCH
Branch/Revision for cf-release
clone_cf_release.sh
nil (certain stable revision is set to submodule)
CF_RELEASE_USE_HEAD
Create a dev release with the head of the branch
clone_cf_release.sh
no (set yes to enable)
NISE_BOSH_REV
Git revision specifier [note] of nise_bosh repo
clone_nise_bosh.sh
nil (currently checked-out revision)
NISE_IP_ADDRESS
IP address to bind CF components
install_cf_release.sh
Automatically detected using ip command
NISE_DOMAIN
Domain name for the devbox
install_cf_release.sh
nil (<ip_address>.xip.io)
NISE_PASSWORD
Password for CF components
install_cf_release.sh
c1oudc0w
[note]: Do not use any relative revision specifier from HEAD (e.g. HEAD~, HEAD~10, HEAD^^). Please use an absolute revision specifier (e.g. 123abc, develop). You may use a relative revision specifier from an absolute revision specifier (e.g. master~~).
Build Devbox with Vagrant
You can create a devbox VM quickly with a VM using Vagrant.
Trang TopGit này là một snapshot — tab "Readme" hiển thị nguyên văn README của repo (đã bỏ link, giữ ảnh). Repo GitHub ở github.com/yudai/cf_nise_installer là nguồn chính thức.
yudai/cf_nise_installer có bao nhiêu sao?
yudai/cf_nise_installer có 86 sao GitHub — tải lại trang để xem số mới nhất, hoặc xem trực tiếp github.com/yudai/cf_nise_installer. TopGit phản chiếu số sao của GitHub nhưng không cam kết đến từng phút.
yudai/cf_nise_installer có phải mã nguồn mở không?
Có — yudai/cf_nise_installer phát hành theo license Apache-2.0, nghĩa là mã nguồn mở để đọc, fork và (tùy license) tái sử dụng. Mã: github.com/yudai/cf_nise_installer.
yudai/cf_nise_installer có tag gì không?
Bản đồng bộ chưa ghi nhận topic GitHub nào cho yudai/cf_nise_installer. GitHub topics hiển thị ở thanh bên phải trang repo — đó là nơi đáng kiểm tra nhất.
yudai/cf_nise_installer có website riêng không?
TopGit chưa ghi nhận URL trang chủ cho yudai/cf_nise_installer. Phần README ở tab phía trên thường có link demo, hoặc xem mô tả GitHub của repo.
yudai/cf_nise_installer còn đang phát triển không?
Commit gần nhất trên yudai/cf_nise_installer là 3.3 năm trước (theo timestamp GitHub). Repo có 54 fork — một chỉ báo về mức độ quan tâm của cộng đồng.
Đọc đầy đủ README ở tab phía trên.
Vẫn đang phân vân về cf_nise_installer?
Một cú bấm sẽ gửi câu hỏi kèm trang này cho AI — xem AI nói gì về cf_nise_installer.