Skip to content

Instantly share code, notes, and snippets.

@Edim7
Edim7 / tutor_openedx_commands.md
Last active November 7, 2023 21:21 — forked from jramnai/tutor_openedx_commands.md
Useful command of Tutor Open edX - updated

Tutor Open edX useful commands

Tutor Installation

Requirements

  • Docker: v18.06.0+
  • Docker Compose: v1.22.0+
  • Ports 80 and 443 should be open
  • Hardware:
  • Minimum configuration: 4 GB RAM, 2 CPU, 8 GB disk space
@Edim7
Edim7 / nvmCommands.js
Last active September 17, 2021 09:11 — forked from chranderson/nvmCommands.js
Useful NVM commands
// check version
node -v || node --version
// list installed versions of node (via nvm)
nvm ls
// install specific version of node
nvm install 14.17.2
// set default version of node
<LinearLayout
android:orientation="vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<TextView
android:text="Guest List"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />