Git Product home page Git Product logo

dork.db's Introduction

dork.db

Getting Started

  • Download docker for Windows or Linux on the official docker site and follow the installation instructions
  • Request collaborator access for the official Docker Hub repository xpitfire/dork.db via slack if not already available
  • Clone the repository:
git clone https://github.com/Xpitfire/dork.db.git
  • Build the repository:
cd dork.db

# Format: docker build --tag/-t <user-name>/<repository> .
# Example:
docker build --tag xpitfire/dork.db .
  • Run a terminal or PowerShell instance and execute the following command:
docker run -p 27017:27017 --name dorkdb -d xpitfire/dork.db
  • To start the docker container execute:
docker start dorkdb
  • You can now use the following connection string for local testing:
mongodb://localhost:27017/local

Remote Deployment Access

  • Deployed on DigitalOcean
  • Access server via SSH as root user:
  • Request password via email: [email protected]
  • Use the connection string for remote testing:
mongodb://178.62.66.198:27017/local
  • Restore previously dumpped data back to the database:
mongorestore -d local --host 178.62.66.198 --port 27017 Dump/EXPORT/local

dork.db's People

Contributors

xpitfire avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.