Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 760 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 760 Bytes

Local development setup

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 the plugins 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