GithubHelp home page GithubHelp logo

tolfix / dmcd Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 2.0 163 KB

Dockerize My Continuous Deployment

License: Apache License 2.0

TypeScript 55.13% EJS 34.91% JavaScript 1.77% Shell 7.01% SCSS 1.18%
docker dockerize nodejs devops continuous-deployment typescript

dmcd's People

Contributors

tolfx avatar

Stargazers

 avatar  avatar

Watchers

 avatar

dmcd's Issues

DMCD Script

Need a script which contains various of commands

  • Start => Starts the application
  • Build => Builds the application
  • Stop => Stops the application
  • Restart => Restarts the application
  • Logs => Shows what it has been logging
  • Update => Pulls new updates from github (if any)

The start script should run in another process so it cannot be exited without running stop

Come up with a interface

Need some sort of concept of what I should design and build..

What user should see:

  • A button to create new CD
  • Cards showing current working CD
  • Showing if a CD is active, aka activity

Toast not removing itself

When a toast appears it gets creating in the DOM, then when you dismiss it. It won't acutally delete it self, rather it changes is opacity to 0 instead. This becomes an issue when a new toast comes to life, since it runs a function that shows all of the toasts. Which ends up showing those we closed which we don't want to see anymore.

A fix to this is to make a event listener on the toast and once clicked it removes it self from the dom?

React?

Seperate everything and make the backend an API, and the frontend with react, but nothing official

ENV issue

The code splits the string from "=", but if it contains more "=" it won't add the rest.

Domain

Possible to add a domain in config.

Install script

Need a script which installs the following.

  1. Installs: mongodb, Git, node.js, typescript
  2. Clones repository
  3. Builds the application

Email support

Possible to get email notifications, if desired.
The user should make it possible to add their SMTP server as well then.

Make it possible to `remove` a CD

For the moment is not possible to remove a cd, which gives issue if not needed anymore

Once deleted it should also delete the current:

  1. Container
  2. docker-compose.yml file

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.