InsCook org: https://github.com/inscook
All repositories should stay under the same directories
Protobuf changes should be made in icconfigs and use the sync tool to sync to other repositories
The Android app is local
Homebrew (for OSX)
Golang
Create a directory for inscook development in your devbox:
$ mkdir ~/instacook && cd ~/instacook
Clone and install icconfigs (you will need this for all repo):
$ git clone https://github.com/inscook/icconfigs.git
$ cd icconfigs && make install
Prepare repositories:
If you’re working on iccode:
clone iccode and install the plug-ins
$ cd ~/instacook && git clone https://github.com/inscook/iccode.git
$ cd iccode && make install
reload the bashrc
$ source ~/.bashrc
If you’ll be working on icapp:
$ cd ~/instacook && git clone https://github.com/inscook/icapp.git
Refer to the repo specific instructions:
icapp: Android Setup