Skip to main content

Install on MacOS

Here is short guide of install Finmars community edition on your Mac.

  1. Make sure you have git and make installed. (https://developer.apple.com/documentation/xcode/installing-the-command-line-tools)

  2. Make sure you have docker desktop installed. (https://docs.docker.com/desktop/setup/install/mac-install/)

  3. Open Terminal and run the commands below

  4. Clone the Finmars Community Edition repository from Github
    git clone https://github.com/finmars-platform/finmars-community-edition.git
  5. Go to the directory with Finmars Community Edition
    cd finmars-community-edition
  6. Install Finmars Community Edition
    make install
  7. Start Finmars Community Edition
    make up
  8. Open web page with Finmars Community Edition https://127.0.0.1

Well done!