Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker deployment setup #19

Merged
merged 37 commits into from Oct 28, 2020
Merged

Docker deployment setup #19

merged 37 commits into from Oct 28, 2020

Conversation

conquext
Copy link
Collaborator

@conquext conquext commented Oct 19, 2020

Installation (On Local Machine)

Install dependencies (first time only):

$ npm install

Installation (Using Docker)

$ docker build -t gads/customyz:1.0 .

How to start:

  • On local machine
    $ node server

  • On docker
    docker run -p 4567:8080 imageId

  • How to deploy docker image
    docker tag imageId conquext/customyz:gads01server
    docker push conquext/customyz:gads

Open http://localhost:4567

Akpjunior94 and others added 21 commits October 10, 2020 15:38
* new frontend workflow

* new frontend workflow

* new frontend workflow

* remove unnecessary setups

Co-authored-by: Rasheed Alabi <Rasheed Alabi>
Move stuffs into folder to prevent workspace conflicts
* new frontend workflow

* new frontend workflow

* new frontend workflow

* remove unnecessary setups

* refit abraham page into new structure

* update deploy refs

* include google auth

* link up invoice page

* new build

Co-authored-by: Rasheed Alabi <Rasheed Alabi>
@conquext conquext changed the title Staging Docker deployment setup Oct 19, 2020
@Oisavictor Oisavictor self-assigned this Oct 19, 2020
@Oisavictor Oisavictor added this to In Progress in CUZTOMYZ via automation Oct 19, 2020
CUZTOMYZ automation moved this from In Progress to Review Oct 19, 2020
Copy link
Collaborator

@Oisavictor Oisavictor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kindly see my comments

@@ -0,0 +1,42 @@
{
"name": "customizr",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't it be cuztomyz?

src/html/invoice.html Outdated Show resolved Hide resolved
src/html/invoice.html Show resolved Hide resolved
server/firebase.js Show resolved Hide resolved
server/README.md Show resolved Hide resolved
dist/invoice.html Outdated Show resolved Hide resolved
Dockerfile Show resolved Hide resolved
Copy link
Owner

@TOBECHI-GH TOBECHI-GH left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work

@TOBECHI-GH TOBECHI-GH merged commit cdcbeac into Develop Oct 28, 2020
CUZTOMYZ automation moved this from Review to Done Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

None yet

6 participants