All Projects → lpm0073 → edx.scripts

lpm0073 / edx.scripts

Licence: other
Covers 80% of the admin tasks you'll ever need to perform on your Open edX installation

Programming Languages

shell
77523 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to edx.scripts

lidarr-automated-downloader
Lidarr enhancement bash script to download releases
Stars: ✭ 33 (-13.16%)
Mutual labels:  bash-script
animepahe-dl
⬇️ animepahe anime downloader
Stars: ✭ 66 (+73.68%)
Mutual labels:  bash-script
backup-suite
Backup database, static files and config to AWS S3 with Cronjob
Stars: ✭ 32 (-15.79%)
Mutual labels:  bash-script
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+289.47%)
Mutual labels:  bash-script
first-steps-and-hardening-in-ubuntu-server-and-docker
First Steps in Ubuntu (Server) / Hardening and Config With Docker
Stars: ✭ 28 (-26.32%)
Mutual labels:  bash-script
fedora-post-install-script
A Fedora GNOME post-install script
Stars: ✭ 28 (-26.32%)
Mutual labels:  bash-script
BlueRDPSploit
Auto IP range scanner & exploit tool for BlueKeep metasploit module
Stars: ✭ 21 (-44.74%)
Mutual labels:  bash-script
btrfs-backup
A simple, flexible script for versioned backups using btrfs and rsync
Stars: ✭ 59 (+55.26%)
Mutual labels:  bash-script
kubectlsafe
Safe operations in kubectl with plugin kubectlsafe
Stars: ✭ 36 (-5.26%)
Mutual labels:  bash-script
YT-DLP-SCRIPTS
...Just a place for me to share my various YT-DLP & related bash scripts.
Stars: ✭ 70 (+84.21%)
Mutual labels:  bash-script
webrecon
Automated Web Recon Shell Scripts
Stars: ✭ 48 (+26.32%)
Mutual labels:  bash-script
bhedak
A replacement of "qsreplace", accepts URLs as standard input, replaces all query string values with user-supplied values and stdout.
Stars: ✭ 77 (+102.63%)
Mutual labels:  bash-script
shebang-everything
Your unofficial guidebook to shell scripting, give this repo a ⭐ if it helped you :)
Stars: ✭ 74 (+94.74%)
Mutual labels:  bash-script
shell-loader
A Webpack loader that runs an arbitrary script on matching files
Stars: ✭ 18 (-52.63%)
Mutual labels:  bash-script
Dotfiles
Well documented awesome dotfiles 😍 Many neovim lua configs, handy zsh/bash functions, fzf functions + more
Stars: ✭ 64 (+68.42%)
Mutual labels:  bash-script
spotify-reverse-playlist
This Linux bash script reverses the tracks in a playlist. It creates a new playlist with all tracks reversed.
Stars: ✭ 29 (-23.68%)
Mutual labels:  bash-script
convert-db-to-csv
convert-db-to-csv.sh is a shell script that uses SQLite3 to convert a .db file into .csv files. It converts each of the tables in the database into csv files.
Stars: ✭ 58 (+52.63%)
Mutual labels:  bash-script
linux-android-backup
Back up your device without vendor lock-ins, using insecure software or root. Supports encryption and compression out of the box. Works cross-platform.
Stars: ✭ 119 (+213.16%)
Mutual labels:  bash-script
nginx-virtual-host-bash-script
Nginx Virtual Host Bash Script
Stars: ✭ 35 (-7.89%)
Mutual labels:  bash-script
DoTH-DNS
Your server doth DNS the safe way if you use DoTH-DNS.
Stars: ✭ 26 (-31.58%)
Mutual labels:  bash-script

Hack.d Lawrence McDaniel

edx.scripts

This repository contains fully documented and parameterized bash scripts that are intended to help you fill in the blanks on basic Open edX system administration and devops tasks. You'll find complete how-to guides for each of these scripts on my personal blog. More specifically, you might want refer to this troubleshooting guide in the event of any problems.

Scripts Included

Backup Open edX to AWS S3

edx.backup.sh. Use this script to create a complete backup of your Open edX installation saved to AWS S3. Backs up all MySQL and MongoDB databases and archives these into a single compressed tarball. The script also works with a properly-configured AWS S3 bucket and AWS Command Line Interface (CLI) to permanently archive your backup.

Compile Open edX Static Assets

edx.compile-assets.sh. In many cases, modifications to the Open edX user interface require recompiling assets so that your changes appear in the production environment. This script initiates the asset compilation process, which takes around 10 minutes to complete. Your Open edX platform will be unavailable during the compilation process.

Compile Open edX Language Files

edx.compile-language.sh. If you administer a non-English platform then any changes that you make to the language translation files require a recompilation of the language pack. This script initiates the recompilation process.

Open edX Native Installation

edx.platform-install.sh. These are the complete set of commands necessary to raise a new Open edX Native installation on a fresh build of Ubuntu 20.04.

Open edX Database Migrations

edx.platform-migrations.sh. Initiates database migrations, a Django-specific deployment process whereby updates to database table, field and relationships are deduced by programmatically analyzing django/python objects. This process is almost always taken care of for you via the Ansible Playbooks. You'd need to run this script if, for example, an automated platform upgrade script stalled.

Restart Open edX Platform

edx.platform-restart.sh. Restarts your Open edX platform without having to completely reboot the server.

Stop Open edX Platform

edx.platform-stop.sh. Stops all Open edX services.

Upgrade Open edX Platform

edx.platform-upgrade.sh. Backs up your current Open edX codebase and then reinstalls the latest executable code from the master branch of the edx Github repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].