Skip to content

Commit 91208e5

Browse files
authored
Merge pull request #2143 from panditraghav/installation.md-fix
fixed git merge conflicts of installation.md file
2 parents 2cd9067 + 576af2b commit 91208e5

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

contributor_docs/installation.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ _Note_: The installation steps assume you are using a Unix-like shell. If you ar
2525
7. Install MongoDB and make sure it is running
2626
* For Mac OSX with [homebrew](http://brew.sh/): `brew tap mongodb/brew` then `brew install mongodb-community` and finally start the server with `brew services start mongodb-community` or you can visit the installation guide here [Installation Guide For MacOS](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/)
2727
* For Windows and Linux: [MongoDB Installation](https://docs.mongodb.com/manual/installation/)
28-
<<<<<<< HEAD:contributor_docs/installation.md
2928
8. `$ cp .env.example .env`
3029
9. (Optional) Update `.env` with necessary keys to enable certain app behaviors, i.e. add Github ID and Github Secret if you want to be able to log in with Github.
3130
10. Run `$ npm run fetch-examples` to download the example sketches into a user called 'p5'. Note that you need to configure your GitHub Credentials, which you can do by following the [Github API Configuration](#github-api-configuration) section.
@@ -34,16 +33,6 @@ _Note_: The installation steps assume you are using a Unix-like shell. If you ar
3433
13. Navigate to [http://localhost:8000](http://localhost:8000) in your browser
3534
14. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
3635
15. Open and close the Redux DevTools using `ctrl+h`, and move them with `ctrl+w`
37-
=======
38-
7. `$ cp .env.example .env`
39-
8. (Optional) Update `.env` with necessary keys to enable certain app behaviours, i.e. add Github ID and Github Secret if you want to be able to log in with Github.
40-
9. Run `$ npm run fetch-examples` to download the example sketches into a user called 'p5'. Note that you need to configure your GitHub Credentials, which you can do by following the [Github API Configuration](#github-api-configuration) section.
41-
10. Enable Prettier in your text editor by following [this guide](https://prettier.io/docs/en/editors.html).
42-
11. `$ npm start`
43-
12. Navigate to [http://localhost:8000](http://localhost:8000) in your browser
44-
13. Install the [React Developer Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en)
45-
14. Open and close the Redux DevTools using `ctrl+h`, and move them with `ctrl+w`
46-
>>>>>>> 1129cb97b545e7fa0a7d463fcf3f1c596e1fbf49:developer_docs/installation.md
4736

4837
## Docker Installation
4938

@@ -54,7 +43,6 @@ Using Docker, you can have a complete, consistent development environment withou
5443
Note that this takes up a significant amount of space on your machine. Make sure you have at least 5GB free.
5544

5645
1. Install Docker for your operating system
57-
<<<<<<< HEAD:contributor_docs/installation.md
5846
* [Mac](https://www.docker.com/docker-mac)
5947
* [Windows](https://www.docker.com/docker-windows)
6048
2. Install [Docker Desktop](https://www.docker.com/products/docker-desktop/)
@@ -64,16 +52,6 @@ Note that this takes up a significant amount of space on your machine. Make sure
6452
6. (Optional) Update `.env` with necessary keys to enable certain app behavoirs, i.e. add Github ID and Github Secret if you want to be able to log in with Github.
6553
7. `$ docker-compose -f docker-compose-development.yml run --rm app npm run fetch-examples` - note that you need to configure your GitHub Credentials, which you can do by following the [Github API Configuration](#github-api-configuration) section.
6654
8. Enable Prettier in your text editor by following [this guide](https://prettier.io/docs/en/editors.html).
67-
=======
68-
* Mac: https://www.docker.com/docker-mac
69-
* Windows: https://www.docker.com/docker-windows
70-
2. Clone this repository and cd into it
71-
3. `$ docker-compose -f docker-compose-development.yml build`
72-
4. `$ cp .env.example .env`
73-
5. (Optional) Update `.env` with necessary keys to enable certain app behaviours, i.e. add Github ID and Github Secret if you want to be able to log in with Github.
74-
6. `$ docker-compose -f docker-compose-development.yml run --rm app npm run fetch-examples` - note that you need to configure your GitHub Credentials, which you can do by following the [Github API Configuration](#github-api-configuration) section.
75-
7. Enable Prettier in your text editor by following [this guide](https://prettier.io/docs/en/editors.html).
76-
>>>>>>> 1129cb97b545e7fa0a7d463fcf3f1c596e1fbf49:developer_docs/installation.md
7755

7856
Now, anytime you wish to start the server with its dependencies, you can run:
7957

0 commit comments

Comments
 (0)