This branch is made for the purpose of development of the anthill itself.
To setup minimal development environment on Mac Os X, you will need:
- Install PyCharm (Community Edition is fine)
- Clone this branch, including all submodules
git clone -b dev https://github.com/anthill-platform/anthill-dev.git cd anthill-dev git submodule update --init --recursive
- Install docker. Run:
docker-compose up .
- Open http://localhost:9500 in your browser
- Press "Proceed", login using username
root
and passwordanthill
. You should see something like this: