Tag: web applications
How To Create A Self-Signed SSL Certificate For Apache In Ubuntu 16.04
https://www.digitalocean.com/community/tutorials/how-to-create-a-self-signed-ssl-certificate-for-apache-in-ubuntu-16-04 A self-signed certificate will encrypt communication between your server and any clients. However, because it is not signed by…
How To Install Gogs On Ubuntu 16.04
https://www.youtube.com/watch?v=deSfX0gqefE https://gogs.io/docs/installation/install_from_binary https://dl.gogs.io/0.10.8/linux_amd64.tar.gz 1. SSH into the server $ ssh user@ip_address 2. Create the Gogs database (a) login to mysql:…
WordPress .htaccess File Settings For Image Hotlinking
http://stevegrunwell.github.io/wordpress-git/#/ This code can be used inside local wordpress website development (root directory) to link to images from the live/…
Generating an SSH Key Pair For GitLab
https://gitlab.com/help/ssh/README 1. ssh into virtual machine $ vagrant ssh 2. From the command line: $ ssh-keygen -t rsa -C “GitLab”…
Pulling GitLab Code To DigitalOcean Server
https://premium.wpmudev.org/blog/improve-wordpress-development-workflow-local-server/ Create the empty Git repository on the production server 4. From your local command line create an ssh connection…
Using Git In Your Workflow With GitLab
Command line instructions If you already have files you can push them using command line instructions below. First, ssh into…