From ab893e616dc00cc91e22f7364e11435ebd6eec74 Mon Sep 17 00:00:00 2001 From: ArshErgon Date: Sun, 30 Oct 2022 14:19:11 +0430 Subject: [PATCH 1/7] added a dockerfile and readme for docker build --- Dockerfile | 14 ++++++++++++++ README.md | 2 ++ dockerREADME.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 Dockerfile create mode 100644 dockerREADME.md diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..a499016e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,14 @@ +FROM node:alpine + +RUN mkdir node + +COPY . ./node + +WORKDIR /node/ + +RUN npm install + +CMD npm start + + + diff --git a/README.md b/README.md index 15975310..2af2beb0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A list of semi to fully remote-friendly companies in or around tech. Contributions are very welcome! Please [review our contributing guidelines](https://github.com/remoteintech/remote-jobs/tree/main/.github/CONTRIBUTING.md) and then submit a new entry or update. +To run with Docker Please go [dockerREADME.md](https://github.com/remoteintech/remote-jobs/blob/main/dockerREADME.md) + ## Companies Name | Website | Region diff --git a/dockerREADME.md b/dockerREADME.md new file mode 100644 index 00000000..0db095dd --- /dev/null +++ b/dockerREADME.md @@ -0,0 +1,48 @@ +### For starting the Docker File + +``` +>remote-jobs $ sudo docker build remote -t remote-jobs +>remote-jobs $ sudo docker images ls +REPOSITORY TAG IMAGE ID CREATED SIZE +remote-job latest 971f9317008d 14 minutes ago 204MB +>remote-jobs $ sudo docker run -p 8080:8081 remote-job +> start +> bin/serve-site.js + +Parsing content +Requesting URL "https://blog.remoteintech.company/" +Requesting URL "https://s1.wp.com/_static/??-eJyNktFSAyEMRX9IiGvXVh8cvwXYDKYGliHQDn..." +Requesting URL "https://s1.wp.com/_static/??-eJyVUO1qwzAMfKFpImOk7Mfos7iqmjixLWPLlL..." +Requesting URL "https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.c..." +Requesting URL "https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423h&css..." +Requesting URL "https://s0.wp.com/?custom-css=1&csblog=9eXnX&cscache=6&csrev=6" +Requesting URL "https://s0.wp.com/_static/??-eJx9jNsKwjAMhl/ILky0sAvxWUobZrYegkkpe3..." +Copying favicon files +Generating search index +Writing main page +Writing company pages.......................................................................... +Writing custom 404 page + +Writing empty robots.txt + +Site files are ready in "site/build/" +Starting up http-server, serving /node/site/build + +http-server version: 14.0.0 + +http-server settings: +CORS: disabled +Cache: 3600 seconds +Connection Timeout: 120 seconds +Directory Listings: visible +AutoIndex: visible +Serve GZIP Files: false +Serve Brotli Files: false +Default File Extension: none + +Available on: + http://127.0.0.1:8080 + http://172.17.0.2:8080 +Hit CTRL-C to stop the server + +``` From 9ee2064299834b6e71ee264ddecd40b233af3efe Mon Sep 17 00:00:00 2001 From: Peerarust Siriamphan Date: Mon, 31 Oct 2022 09:49:49 +0900 Subject: [PATCH 2/7] Add Brikl to Readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 503ddc1c..a0885cb1 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Name | Website | Region [Brainstorm Force](/company-profiles/brainstorm-force.md) | https://brainstormforce.com/ | Worldwide [Brave Investments](/company-profiles/brave-investments.md) | https://www.crunchbase.com/organization/brave-investment | Brazil [Bright Funds](/company-profiles/bright-funds.md) | https://www.brightfunds.org | USA +[Brikl](/company-profiles/brikl.md) | https://www.brightfunds.org | North America, Asia [BriteCore](/company-profiles/britecore.md) | https://britecore.com/ | USA, Worldwide [Broadwing](/company-profiles/broadwing.md) | https://www.broadwing.io/ | Worldwide [Buffer](/company-profiles/buffer.md) | https://buffer.com/ | Worldwide From f6973ca28286afc34f33f5252dbc2218146fc360 Mon Sep 17 00:00:00 2001 From: Peerarust Siriamphan Date: Mon, 31 Oct 2022 09:56:28 +0900 Subject: [PATCH 3/7] Add company Profile --- company-profiles/brikl.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 company-profiles/brikl.md diff --git a/company-profiles/brikl.md b/company-profiles/brikl.md new file mode 100644 index 00000000..3ec15a85 --- /dev/null +++ b/company-profiles/brikl.md @@ -0,0 +1,33 @@ +# Brikl + +## Company blurb + +Brikl is the leading eCommerce MicroStore technology partner for custom and promotional businesses worldwide. Our market-leading features include 15-minute store setup, bulk embellishment, and supplier integrations, vastly reducing the effort, cost, and chaos involved in the selling and customization process. We help build profitable businesses, increase employee happiness and offer internal efficiencies that positively impact the planet, enabling companies to create better across their organizations. + +## Company size + +100-150 Employees + +## Remote status + +5 days work week with flexible hours and WFH policy. + +## Region + +North America, Asia + +## Company technologies + +Coalition is the leading metrics-driven digital agency. We specialize in SEO, PPC, email marketing, social media marketing, and web design & development. + +## Office locations + +- Bangkok, Thailand +- Ohio, USA +- Leuven,Belgium + +## How to apply + +[Brikl Careers Page](https://www.brikl.com/jobs) + + From c15f5aa0c0aea55c1e8f80fffe61e08e04d43a64 Mon Sep 17 00:00:00 2001 From: ArshErgon Date: Mon, 31 Oct 2022 08:08:10 +0430 Subject: [PATCH 4/7] shifted the dockerfile info to the contribution.md --- .github/CONTRIBUTING.md | 50 +++++++++++++++++++++++++++++++++++++++++ README.md | 1 - dockerREADME.md | 48 --------------------------------------- 3 files changed, 50 insertions(+), 49 deletions(-) delete mode 100644 dockerREADME.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 8490c7ea..67b4be3e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,3 +12,53 @@ Pull Requests will be accepted based on the following: 1. The company has a profile page and the company name links to it (see example [here](/company-profiles/example.md)) Thanks for contributing! + +# Docker +### For starting the Docker File + +``` +>remote-jobs $ sudo docker build remote -t remote-jobs +>remote-jobs $ sudo docker images ls +REPOSITORY TAG IMAGE ID CREATED SIZE +remote-job latest 971f9317008d 14 minutes ago 204MB +>remote-jobs $ sudo docker run -p 8080:8081 remote-job +> start +> bin/serve-site.js + +Parsing content +Requesting URL "https://blog.remoteintech.company/" +Requesting URL "https://s1.wp.com/_static/??-eJyNktFSAyEMRX9IiGvXVh8cvwXYDKYGliHQDn..." +Requesting URL "https://s1.wp.com/_static/??-eJyVUO1qwzAMfKFpImOk7Mfos7iqmjixLWPLlL..." +Requesting URL "https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.c..." +Requesting URL "https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423h&css..." +Requesting URL "https://s0.wp.com/?custom-css=1&csblog=9eXnX&cscache=6&csrev=6" +Requesting URL "https://s0.wp.com/_static/??-eJx9jNsKwjAMhl/ILky0sAvxWUobZrYegkkpe3..." +Copying favicon files +Generating search index +Writing main page +Writing company pages.......................................................................... +Writing custom 404 page + +Writing empty robots.txt + +Site files are ready in "site/build/" +Starting up http-server, serving /node/site/build + +http-server version: 14.0.0 + +http-server settings: +CORS: disabled +Cache: 3600 seconds +Connection Timeout: 120 seconds +Directory Listings: visible +AutoIndex: visible +Serve GZIP Files: false +Serve Brotli Files: false +Default File Extension: none + +Available on: + http://127.0.0.1:8080 + http://172.17.0.2:8080 +Hit CTRL-C to stop the server + +``` diff --git a/README.md b/README.md index 2af2beb0..83ce8551 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ A list of semi to fully remote-friendly companies in or around tech. Contributions are very welcome! Please [review our contributing guidelines](https://github.com/remoteintech/remote-jobs/tree/main/.github/CONTRIBUTING.md) and then submit a new entry or update. -To run with Docker Please go [dockerREADME.md](https://github.com/remoteintech/remote-jobs/blob/main/dockerREADME.md) ## Companies diff --git a/dockerREADME.md b/dockerREADME.md deleted file mode 100644 index 0db095dd..00000000 --- a/dockerREADME.md +++ /dev/null @@ -1,48 +0,0 @@ -### For starting the Docker File - -``` ->remote-jobs $ sudo docker build remote -t remote-jobs ->remote-jobs $ sudo docker images ls -REPOSITORY TAG IMAGE ID CREATED SIZE -remote-job latest 971f9317008d 14 minutes ago 204MB ->remote-jobs $ sudo docker run -p 8080:8081 remote-job -> start -> bin/serve-site.js - -Parsing content -Requesting URL "https://blog.remoteintech.company/" -Requesting URL "https://s1.wp.com/_static/??-eJyNktFSAyEMRX9IiGvXVh8cvwXYDKYGliHQDn..." -Requesting URL "https://s1.wp.com/_static/??-eJyVUO1qwzAMfKFpImOk7Mfos7iqmjixLWPLlL..." -Requesting URL "https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.c..." -Requesting URL "https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423h&css..." -Requesting URL "https://s0.wp.com/?custom-css=1&csblog=9eXnX&cscache=6&csrev=6" -Requesting URL "https://s0.wp.com/_static/??-eJx9jNsKwjAMhl/ILky0sAvxWUobZrYegkkpe3..." -Copying favicon files -Generating search index -Writing main page -Writing company pages.......................................................................... -Writing custom 404 page - -Writing empty robots.txt - -Site files are ready in "site/build/" -Starting up http-server, serving /node/site/build - -http-server version: 14.0.0 - -http-server settings: -CORS: disabled -Cache: 3600 seconds -Connection Timeout: 120 seconds -Directory Listings: visible -AutoIndex: visible -Serve GZIP Files: false -Serve Brotli Files: false -Default File Extension: none - -Available on: - http://127.0.0.1:8080 - http://172.17.0.2:8080 -Hit CTRL-C to stop the server - -``` From 4d5eda72fa51d8894cffd75d642a5b96817b3958 Mon Sep 17 00:00:00 2001 From: Peerarust Siriamphan Date: Mon, 31 Oct 2022 15:12:44 +0900 Subject: [PATCH 5/7] fix: detail --- company-profiles/brikl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/company-profiles/brikl.md b/company-profiles/brikl.md index 3ec15a85..eb29d965 100644 --- a/company-profiles/brikl.md +++ b/company-profiles/brikl.md @@ -18,7 +18,7 @@ North America, Asia ## Company technologies -Coalition is the leading metrics-driven digital agency. We specialize in SEO, PPC, email marketing, social media marketing, and web design & development. +Brikl is the leading eCommerce MicroStore technology partner for custom and promotional businesses worldwide. ## Office locations From 649807c07b311f12a59900ac00f74fdc92008e61 Mon Sep 17 00:00:00 2001 From: Peerarust Siriamphan Date: Mon, 31 Oct 2022 15:15:59 +0900 Subject: [PATCH 6/7] fix: url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0885cb1..e026964f 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Name | Website | Region [Brainstorm Force](/company-profiles/brainstorm-force.md) | https://brainstormforce.com/ | Worldwide [Brave Investments](/company-profiles/brave-investments.md) | https://www.crunchbase.com/organization/brave-investment | Brazil [Bright Funds](/company-profiles/bright-funds.md) | https://www.brightfunds.org | USA -[Brikl](/company-profiles/brikl.md) | https://www.brightfunds.org | North America, Asia +[Brikl](/company-profiles/brikl.md) | https://www.brikl.com/ | North America, Asia [BriteCore](/company-profiles/britecore.md) | https://britecore.com/ | USA, Worldwide [Broadwing](/company-profiles/broadwing.md) | https://www.broadwing.io/ | Worldwide [Buffer](/company-profiles/buffer.md) | https://buffer.com/ | Worldwide From e735b5b72b22e7e17ff2d8a176c080ee54732d33 Mon Sep 17 00:00:00 2001 From: Peerarust Siriamphan Date: Mon, 31 Oct 2022 15:29:44 +0900 Subject: [PATCH 7/7] fix: update tech --- company-profiles/brikl.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/company-profiles/brikl.md b/company-profiles/brikl.md index eb29d965..ec369ab5 100644 --- a/company-profiles/brikl.md +++ b/company-profiles/brikl.md @@ -18,7 +18,11 @@ North America, Asia ## Company technologies -Brikl is the leading eCommerce MicroStore technology partner for custom and promotional businesses worldwide. +- NodeJs +- React +- Prisma +- AWS lambda +- GraphQL ## Office locations