Skip to content

Instantly share code, notes, and snippets.

View TechRancher's full-sized avatar

J Sikes TechRancher

  • Missouri
  • 04:48 (UTC -05:00)
View GitHub Profile
@TechRancher
TechRancher / django_deployment.md
Last active July 25, 2020 01:14 — forked from alphaolomi/django_cheat_sheet.py
[Django] Cheat Sheet #python #django

Django Deployment to Ubuntu 18.04

In this guide I will go through all the steps to create a VPS, secure it and deploy a Django application. This is a summarized document from this digital ocean doc

Any commands with "$" at the beginning run on your local machine and any "#" run when logged into the server

Create A Digital Ocean Droplet

Use this link and get $10 free. Just select the $5 plan unless this a production app.

@TechRancher
TechRancher / pipenv_cheat_sheet.md
Last active March 12, 2020 17:14 — forked from bradtraversy/pipenv_cheat_sheet.md
Pipenv cheat sheet for common commands

Pipenv Cheat Sheet

Install pipenv

pip3 install pipenv

Activate

pipenv shell
@TechRancher
TechRancher / vanilla-js-cheatsheet.md
Created April 9, 2019 23:06 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet
# Terminal Cheat Sheet
pwd # print working directory
ls # list files in directory
cd # change directory
~ # home directory
.. # up one directory
- # previous working directory
help # get help
-h # get help
@TechRancher
TechRancher / django_deploy.md
Last active March 12, 2019 05:28 — forked from bradtraversy/django_deploy.md
Django Deployment - Digital Ocean

Django Deployment to Ubuntu 18.04

In this guide I will go through all the steps to create a VPS, secure it and deploy a Django application. This is a summarized document from this digital ocean doc

Any commands with "$" at the beginning run on your local machine and any "#" run when logged into the server

Create A Digital Ocean Droplet

Use this link and get $10 free. Just select the $5 plan unless this a production app.

@TechRancher
TechRancher / README-Template.md
Created November 28, 2018 03:44 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@TechRancher
TechRancher / docker-help.md
Created October 3, 2018 19:02 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info

@TechRancher
TechRancher / webdev_online_resources.md
Created July 17, 2018 04:33 — forked from bradtraversy/webdev_online_resources.md
Online Resources For Web Developers (No Downloading)