Giter VIP home page Giter VIP logo

Comments (11)

moehlone avatar moehlone commented on August 23, 2024

Hi @centsent,

first: thanks for caring with this project! Right now I`m on vacation for the next two weeks and I can not do anything within this time. So feel free with the mentioned steps - this will be the most sophisticated solution :-)

See you soon!

from mongodm.

centsent avatar centsent commented on August 23, 2024

I am now in working days, I'll submit PR step by step in few days, enjoy your vacation:).

from mongodm.

moehlone avatar moehlone commented on August 23, 2024

Hi @centsent,

is there any progress on this or can I assume with task one? :-)

Best
Philipp

from mongodm.

centsent avatar centsent commented on August 23, 2024

Sorry to be so late, I am working on task one but was stunned on dealing with docker mongodb authentication, I will solve this problem and submit the PR before Oct 28th.

from mongodm.

centsent avatar centsent commented on August 23, 2024

FYR, Here is my Dockerfile and docker-compose.yml:

Dockerfile

FROM golang

ENV APP_DIR $GOPATH/src/mongodm

RUN mkdir -p $APP_DIR && \
    # use godep to manage dependencies
    go get -u github.com/golang/dep/cmd/dep

ADD . $APP_DIR

WORKDIR $APP_DIR

docker-compose.yml

version: '3'
services:
  test:
    depends_on:
      - mongodb
    links:
      - mongodb
    build:
      context: .
    image: mongodm
    volumes:
      - ".:/go/src/mongodm"
    command: bash -c "dep ensure && go test"
  mongodb:
    image: mongo
    container_name: mongo
    ports:
      - "27017:27017"
    command: mongod --auth

from mongodm.

moehlone avatar moehlone commented on August 23, 2024

Thank you @centsent!
Btw, this wasn`t a prompt :-) Don't worry yourself and take the time you need, there is no deadline.

from mongodm.

centsent avatar centsent commented on August 23, 2024

I am sorry to be delayed, I just created the PR for task one, please review it.

from mongodm.

moehlone avatar moehlone commented on August 23, 2024

Thank you! Reviewing this tomorrow

from mongodm.

moehlone avatar moehlone commented on August 23, 2024

I added contribution notes to the readme file - will change this later to CONTRIBUTE.md :) Anything else missing?

from mongodm.

centsent avatar centsent commented on August 23, 2024

I think this issue could be closed now.

from mongodm.

moehlone avatar moehlone commented on August 23, 2024

Yes, just wanted to finish with cbfd089.

from mongodm.

Related Issues (18)

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.