-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Rajat Saxena
committed
Nov 19, 2022
1 parent
b2b9cab
commit 03c8597
Showing
13 changed files
with
69 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
undecided: | ||
- "@courselit/docs" | ||
- "@courselit/web" | ||
- "@courselit/common-models" | ||
- "@courselit/common-widgets" | ||
- "@courselit/components-library" | ||
- "@courselit/rich-text" | ||
- "@courselit/state-management" | ||
- "@courselit/text-editor" | ||
- "@courselit/utils" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ We recommend hosting it using [docker-compose](https://docs.docker.com/compose/) | |
DB_CONNECTION_STRING=mongodb_connection_string | ||
JWT_SECRET=long_random_string | ||
TAG=latest | ||
[email protected] | ||
EMAIL_HOST=host | ||
|
@@ -23,7 +24,7 @@ EMAIL_FROM=from_field | |
MEDIALIT_APIKEY=apikey | ||
``` | ||
|
||
> ⚠️ You need to have a [MediaLit](https://medialit.cloud) account in order to upload media on courselit. you can self-host MediaLit, refer the section titled hosting medialit below. | ||
> ⚠️ You need to have a [MediaLit](https://medialit.cloud) account in order to upload media on courselit. you can self-host MediaLit, refer the section titled [hosting medialit](#hosting-medialit) below. | ||
Now, create a new file called docker-compose.yml and paste the following in the file. | ||
|
||
|
@@ -134,6 +135,12 @@ MEDIALIT_APIKEY=key_from_above_step | |
|
||
That's it! You now have a fully functioning LMS powered by CourseLit. | ||
|
||
## Logging into the admin dashboard | ||
|
||
CourseLit sets up a super admin user account using the email address we provide in the `SUPER_ADMIN_EMAIL` field in the `.env` file. | ||
|
||
Click on the profile button located at the top right corner of the homepage, then click on the `login` option to go to the login screen. Enter your email in the login form to get a magic link in your inbox. | ||
|
||
## Stuck somewhere? | ||
|
||
We are always there for you. Come chat with us in our <a href="https://discord.com/invite/GR4bQsN" target="_blank">Discord</a> channel or send a tweet at <a href="https://twitter.com/courselit" target="_blank">@CourseLit</a>. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@courselit/common-models", | ||
"version": "0.26.1", | ||
"version": "0.26.2", | ||
"description": "Models shared between the main app and other packages of CourseLit.", | ||
"author": "Rajat Saxena <[email protected]>", | ||
"homepage": "https://github.com/codelitdev/courselit#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@courselit/state-management", | ||
"version": "0.26.1", | ||
"version": "0.26.2", | ||
"description": "Redux based state management for CourseLit", | ||
"author": "Rajat Saxena <[email protected]>", | ||
"homepage": "https://github.com/codelitdev/courselit#readme", | ||
|
@@ -29,8 +29,8 @@ | |
"url": "https://github.com/codelitdev/courselit/issues" | ||
}, | ||
"dependencies": { | ||
"@courselit/common-models": "^0.26.1", | ||
"@courselit/utils": "^0.26.1", | ||
"@courselit/common-models": "^0.26.2", | ||
"@courselit/utils": "^0.26.2", | ||
"base-64": "^1.0.0", | ||
"next-redux-wrapper": "^7.0.5", | ||
"react-redux": "^8.0.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@courselit/utils", | ||
"version": "0.26.1", | ||
"version": "0.26.2", | ||
"description": "Utilities for CourseLit", | ||
"author": "Rajat Saxena <[email protected]>", | ||
"homepage": "https://github.com/codelitdev/courselit#readme", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters