# bcs-vagrant **Repository Path**: smx/bcs-vagrant ## Basic Information - **Project Name**: bcs-vagrant - **Description**: No description available - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-05-21 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is the Sumilux vagrant project repository To run the vagrant for the first time, do: # vagrant up bcs That will automatically provision the box. To ssh to the vagrant box after it is up, do: # vagrant ssh bcs To re-provision when the box is already up, do: # vagrant provision bcs To provision the box with only shell, currently, it implies re-deploy bcs and tigase, do: # vagrant provision bcs --provision-with shell To remove the box so that we can start from the very beginning, do: # vagrant destroy bcs For other vagrant commands, please do: # vagrant help ---- trivial change