Skip to content

Instantly share code, notes, and snippets.

View nucklehead's full-sized avatar

Jean Evans Pierre nucklehead

View GitHub Profile
#!/bin/bash -ex
rm -rf db
mkdir db
mongod --dbpath db &
sleep 1
mongo mydatabase --eval 'db.createUser({user: "admin", pwd: "password", roles: [{ role: "userAdminAnyDatabase", db: "admin" }]})'
sleep 1
pkill mongod
mongod --auth --dbpath db
FROM consol/ubuntu-xfce-vnc
user 0
ENTRYPOINT ["/dockerstartup/vnc_startup.sh"]
CMD ["--tail-log"]
@nucklehead
nucklehead / ALTERNATIVES.adoc
Created October 5, 2016 13:57 — forked from mbbx6spp/ALTERNATIVES.adoc
Super quick list of alternatives to Jira and/or Confluence, Stash, Crucible, etc.