Commit graph

7 commits

Author SHA1 Message Date
Konrad Kleine df65ffb7be Simplified develop instructions 2015-07-03 15:14:05 +02:00
Konrad Kleine 6ce5fd69d3 Update README.md 2015-07-02 08:20:11 +02:00
Konrad Kleine 80bc4ef315 Fix problem with SSL CA when setting up development containers
By configuring git to not verify SSL certificates inside the development
container we can get rid of errors like this one when running
`docker-compose up`:

```
[...]
frontend_1 | bower angular#~1.3.0                             ECMDERR Failed to execute "git ls-remote --tags --heads git://github.com/angular/bower-angular.git", exit code of #128
frontend_1 |
frontend_1 | Additional error details:
frontend_1 | fatal: unable to access 'https://github.com/angular/bower-angular.git/': Problem with the SSL CA cert (path? access rights?)
[...]
```

Here's the documentation on the `http.sslVerify` taken from
(http://git-scm.com/docs/git-config):

```
http.sslVerify

    Whether to verify the SSL certificate when fetching or pushing over HTTPS. Can
    be overridden by the GIT_SSL_NO_VERIFY environment variable.
```
2015-07-01 14:33:43 +02:00
Konrad Kleine b787a58fc7 Fix instruction to spawn development containers
It is better to directly go into the `develop` folder and start `docker-compose` from there. Otherwise it might try to copy everything within the current directory into the docker build context.
2015-07-01 14:02:57 +02:00
Konrad Kleine b0743af8d5 Update README.md 2015-05-20 12:37:08 +02:00
Konrad Kleine 3688141879 Added section on how to connect a development setup to your own registry. 2015-05-20 12:28:24 +02:00
Konrad Kleine b6f67ceed7 Added development documentation 2015-05-20 12:08:14 +02:00