-
Notifications
You must be signed in to change notification settings - Fork 77
Setup Local Environment
Pierre Dulac edited this page Dec 19, 2022
·
6 revisions
- Download the Cloud SDK for your platform
- Move it to your home directory
- Run the install script:
$ ~/google-cloud-sdk/install.sh
- Add the sdk path to your .bashrc config file
$ echo "" >> ~/.bashrc && cat <<EOF >> ~/.bashrc # gcloud command line export GOOGLE_CLOUD_SDK=$HOME/google-cloud-sdk EOF
- Reload the new definitions:
$ source ~/.bashrc
- Initialize the SDK:
$ gcloud init
Clone the repository
$ git clone https://github.com/google/crmint.git
$ cd crmint
Run CRMint locally
$ export GOOGLE_CLOUD_PROJECT='your-google-cloud-project-id'
$ docker-compose build
$ docker-compose up
Congrats, you are now able to access your local CRMint interface!