Commit 92a8fb1 1 parent 922a3ec commit 92a8fb1 Copy full SHA for 92a8fb1
File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Configuring openedx_edly_discussion in your edx platform through script (short way)
2
2
Just navigate to your ` lms-shell `
3
- and download the following script file using the following command in the ` edx-platform ` directory
3
+ and run the following command in the ` edx-platform ` directory
4
4
5
- ` curl -o integrator.sh https://raw.githubusercontent.com/edly-io/openedx-edly-discussion/add_configuration_scripts/scripts/integrator.sh `
6
-
7
- Then change the permissions of the downloaded file
8
-
9
- ` sudo chmod +x integrator.sh `
10
-
11
- Now execute the script
12
-
13
- ` ./integrator.sh `
5
+ ```
6
+ curl https://raw.githubusercontent.com/edly-io/openedx-edly-discussion/add_configuration_scripts/scripts/integrator.sh | bash
7
+ ```
14
8
15
9
After that do the following steps
16
10
You can’t perform that action at this time.
0 commit comments