von DATUREX GmbH | Mai 10, 2016 | Allgemein
The Strongloop Process Manager is for automated deployments: https://docs.docker.com/engine/installation/linux/ubuntulinux/ https://docs.strongloop.com/display/SLC/Setting+up+a+production+host
von DATUREX GmbH | Mai 10, 2016 | Docker
This is the solution: Using single-quotes instead of double-quotes Escape the ampersand & to \& Not escaping the exclamation mark ! e.g. docker run -i -t –rm \ -e ‚LDAP_FILTER=(\&(objectCategory=person)(objectClass=user)‘ \ -e...
von DATUREX GmbH | Apr. 30, 2016 | Allgemein, IONIC, Linux, Mac OSX
On mac osx, I had errors while running and building with ionic. This command fixed this on terminal: sudo chown -R $USER /Users/$USER/.config/
von DATUREX GmbH | Apr. 23, 2016 | AWS, Wordpress
Vorwort: Um einen autoskalierbaren WordPress Blog via Docker Container in der Cloud zu betreiben, geht man einfach nach folgender Anleitung vor. Anleitung: Um einen WordPress Blog in der Amazon Cloud zu erstellen, registriert man sich bei AWS und navigiert im Menü auf...
von DATUREX GmbH | Apr. 22, 2016 | Allgemein, AngularJS
If you get this error, you are trying to requesting an url without adding a protocol to the address: e.g. 127.0.0.1 instead of http://127.0.0.1
Neueste Kommentare