Quickly set up a local Gitlab CE server using Vagrant.
Run vagrant up to setup the virtual server.
- Ubuntu 16.04
- Installs latest Docker
| deny from all | |
| # put this in your tests and test-reports folders if you don't want the world seeing them |
| const echoPostRequest = { | |
| url: 'https://<my url>.auth0.com/oauth/token', | |
| method: 'POST', | |
| header: 'Content-Type:application/json', | |
| body: { | |
| mode: 'application/json', | |
| raw: JSON.stringify( | |
| { | |
| client_id:'<your client ID>', | |
| client_secret:'<your client secret>', |
| # ----------- | |
| # Explanation | |
| mkdir tmp | |
| echo "exit 0" > test | |
| ./test && echo "commit" || echo "revert" | |
| # Should output "commit" | |
| echo "exit 1" > test | |
| ./test && echo "commit" || echo "revert" |
Let's Encrypt generates SSL certificates for free.
Follow these steps to create and use an SSL certificate with ArangoDB.
sudo apt-get update
sudo apt-get install software-properties-common| # More information can be found at https://docs.gitlab.com/ee/user/infrastructure/#gitlab-managed-terraform-state | |
| terraform { | |
| backend "http" { | |
| } | |
| } |