Using the Docker setup for Discourse development:
-
Clone this repository as
discourse-algolia
:git clone [email protected]:discourse/discourse-algolia.git
-
Clone the
discourse
repository:[email protected]:discourse/discourse.git
-
Create a symbolic link between to your local version of
discourse-algolia
in theplugins
directory of discourse. For example, if both projects are in the same parent folder:> cd discourse/plugins > ln -s ../../discourse-algolia .
-
Once the link is created, you can follow the Developing with Docker instructions:
- Install Docker
- Start the container