Install on MacOS
Here is short guide of install Finmars community edition on your Mac.
- Make sure you have git and make installed. (https://developer.apple.com/documentation/xcode/installing-the-command-line-tools)
- Make sure you have docker desktop installed. (https://docs.docker.com/desktop/setup/install/mac-install/)
- Open Terminal and run the commands below
- Clone the Finmars Community Edition repository from Github
git clone https://github.com/finmars-platform/finmars-community-edition.git - Go to the directory with Finmars Community Edition
cd finmars-community-edition - Install Finmars Community Edition
make installYou will be asked to prompt Admin Username & Admin Password
- Start Finmars Community Edition
make up - Open web page with Finmars Community Edition https://127.0.0.1
Well done!
