Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash -e
# PREREQ: add ssh keys to both git cloud host
OLD_ORG=mely0
OLD_REPONAME=test001
OLD_REPO=bitbucket.org
echo "Old repo=git@${OLD_REPO}:${OLD_ORG}/${OLD_REPONAME}"
@melyo
melyo / django.txt
Last active September 6, 2018 06:05
# creating environment
## option 1
- intall virtaulenv package globally
`pip install virtualenv`
- create virtual environment
`virtualenv <env_name>`
`virtualenv pluralsight`
@melyo
melyo / docker_cmd_ls.md
Last active August 21, 2019 13:14
docker commands

Docker Commands

Docker Info

Docker help

docker
docker container --help
@melyo
melyo / lamp_stack
Last active December 12, 2017 10:24
linux
initial set up
https://www.digitalocean.com/community/tutorials/initial-server-setup-with-ubuntu-16-04
install lamp
https://www.digitalocean.com/community/tutorials/how-to-install-linux-apache-mysql-php-lamp-stack-on-ubuntu-16-04
vhost