This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "<b>Go on</b><p>To be or not to be</p>" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.hostingadvice.com/how-to/install-nodejs-ubuntu-14-04/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Prebuilt images | |
To pull the latest pre-built docker image: | |
docker pull verdaccio/verdaccio | |
Since version 2 images for every version are available as tags. | |
Running verdaccio using Docker | |
To run the docker container: | |
docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"environments": { | |
"default": { | |
"machines": { | |
"e": { | |
"env": {}, | |
"volumes": {}, | |
"servers": {}, | |
"installers": [ | |
"org.eclipse.che.terminal", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find . -name \*md -print -delete |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deleted: .dockerignore | |
deleted: .mailmap | |
deleted: AUTHORS | |
deleted: CHANGELOG.md | |
deleted: CONTRIBUTING.md | |
deleted: Dockerfile | |
deleted: Dockerfile.aarch64 | |
deleted: Dockerfile.armhf | |
deleted: Dockerfile.ppc64le | |
deleted: Dockerfile.s390x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
# yarn lockfile v1 | |
"@mrmlnc/readdir-enhanced@^2.2.1": | |
version "2.2.1" | |
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" | |
dependencies: | |
call-me-maybe "^1.0.1" | |
glob-to-regexp "^0.3.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | |
# yarn lockfile v1 | |
"@mrmlnc/readdir-enhanced@^2.2.1": | |
version "2.2.1" | |
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde" | |
dependencies: | |
call-me-maybe "^1.0.1" | |
glob-to-regexp "^0.3.0" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CHE_WORKSPACE_VOLUME=/var/run/docker.sock:/var/run/docker.sock; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To run it in the background silenced, use this: | |
firefox </dev/null &>/dev/null & |