How to setup Discourse 2.8.0 locally on macOS
git clone https://github.com/discourse/discourse.git
cd discourseRun the following command to initialise and install the Docker image for Discourse and set up an administrator user:
d/boot_dev --init- Note:
/dis a symlink tobin/docker.
Start the Rails server for Discourse:
d/rails server -b 0.0.0.0In a separate Terminal window, start Ember:
d/ember-cliSee your local Discourse at http://localhost:4200
d/shutdown_devd/boot_dev