One Paragraph of project description goes here
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.
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
upstream gitlab { | |
server 172.17.42.1:10080 fail_timeout=0; | |
} | |
# let gitlab deal with the redirection | |
server { | |
listen 80; | |
server_name git.example.com; | |
server_tokens off; | |
root /dev/null; |
The default version of java provided in the latest raspbian images are outdated, so we are going to install from the ppa:webupd8team/java
repository instead. Please note that add-apt-repository ppa:webupd8team/java
will not work, so we will need to add the repository manually.
nano key.txt