You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/vi/vi-chat.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@
4
4
5
5
Our **Discord** server is a great place to learn, discuss, and collaborate with other members to build a better Open Learning Exchange platform. The chat lets OLE’s development team and interns communicate easily, and signup is through each member’s GitHub account.
6
6
7
-
Communication is key in every collaborative project, and OLE is no different.
7
+
Communication is key in every collaborative project, and OLE is no different.
8
8
9
9
## Best Practices
10
10
11
-
As you complete the [Virtual Intern First Steps](vi-first-steps.md)and the [Mobile Intern First Steps](pages/mi/mi-10-steps.md), we want you to keep us updated in the discord server. Generally, you should comment in the chat when you make an issue or pull request, and then link to it. Make a mention (@*name*) of someone when you comment on their issue/pull request, then link to it. For example:
11
+
As you complete the [Virtual Intern First Steps](vi-first-steps.md)aornd the [Mobile Intern First Steps](pages/mi/mi-10-steps.md), we want you to keep us updated in the discord server. Generally, you should comment in the chat when you make an issue or pull request, and then link to it. Make a mention (@*name*) of someone when you comment on their issue/pull request, then link to it. For example:
12
12
13
-
> Hey @dogi, just commented on your issue: [https://github.com/open-learning-exchange/open-learning-exchange.github.io/issues/15](https://github.com/open-learning-exchange/open-learning-exchange.github.io/issues/15)
13
+
> @ssamikshaa, I just commented on your issue: <https://github.com/open-learning-exchange/open-learning-exchange.github.io/issues/3459#issuecomment-2433505911>
14
14
15
15
This good etiquette helps streamline communication between internship candidates and staff members alike! Feel free to look through the chat for more examples.
3. Start the containers: `sudo docker compose -f planet-dev.yml -p planet-dev up -d`
75
71
4. After a minute, run `sudo docker ps -a` to verify that you have 2 runnning containers – `chatapi` and `couchdb`, the `db-init` container should have exited.
76
72
- If `chatapi` service is restarting or exited, please ignore it for now as we are working on a fix
77
73
74
+
### macOS/Windows
75
+
76
+
1. Create a `planetdev` directory for the planet dev data:
3. Start the containers: `docker compose -f planet-dev.yml -p planet-dev up -d`
89
+
4. After a minute, run `docker ps -a` to verify that you have 2 runnning containers – `chatapi` and `couchdb`, the `db-init` container should have exited.
90
+
- If `chatapi` service is restarting or exited, please ignore it for now as we are working on a fix
91
+
78
92
## Configure CORS for CouchDB with add-cors-to-couchdb project:
79
93
80
94
We use the [Add Cors to CouchDB](https://github.com/pouchdb/add-cors-to-couchdb) project to enable CORS on the CouchDB server. This is necessary for the Planet project to work correctly. We only need this for initialization purposes.
@@ -126,7 +140,6 @@ curl -X PUT http://localhost:2200/_node/nonode@nohost/_config/log/writer -d '"fi
Copy file name to clipboardExpand all lines: pages/vi/vi-first-steps.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Take the opportunity to read more about the tools and languages we use to deepen
20
20
21
21
The MDwiki offers plenty of resources to help you complete these steps. You'll find a list of useful links at the end of each step. :)
22
22
23
-
**We also would like you to keep us regularly updated in the Discord channel as you complete these steps. We will ask you to send messages, links, and screenshots along the way, which we'll use to track your progress. Please make sure not to miss this, as it's crucial for us to track your work.**
23
+
**We also would like you to keep us regularly updated in our Discord server's `#vi-software` channel as you complete these steps. We will ask you to send messages, links, and screenshots along the way, which we'll use to track your progress. Please make sure not to miss this, as it's crucial for us to track your work.**
24
24
25
25
A significant part of these steps is identifying problems or suggesting improvements for this MDwiki. As you complete the steps, take note of any issues you encounter or ideas for enhancements. This helps improve the MDwiki and these steps for future interns.
0 commit comments