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

Continuous Delivery with Docker and GCP #289

Open
wants to merge 108 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
108 commits
Select commit Hold shift + click to select a range
e05cbb9
first Makefile
panaC Jan 4, 2022
5354c35
up run
panaC Jan 5, 2022
14d114a
up Makefile build and run
panaC Jan 5, 2022
c7a4a30
README
panaC Jan 5, 2022
5fc1940
README
panaC Jan 5, 2022
2bff06a
improve run
panaC Jan 5, 2022
981a083
fix run script
panaC Jan 5, 2022
4242334
fix rm
panaC Jan 6, 2022
ac2ee7f
move frontend/manage to build dir
panaC Jan 6, 2022
831a9e9
first docker frontend
panaC Jan 6, 2022
ed15845
up frontend
panaC Jan 6, 2022
20abc28
fix linux/mac sed
panaC Jan 6, 2022
b33f1f1
up frontend Dockerfile
panaC Jan 7, 2022
072c496
up docker
panaC Jan 7, 2022
9d009c3
gix gitignore
panaC Jan 7, 2022
fe3cc76
fix docker frontend
panaC Jan 7, 2022
c722cdb
up
panaC Jan 7, 2022
6f6fb1a
add some config
panaC Jan 10, 2022
fd93e4c
lcp server + frontend fixes
panaC Jan 10, 2022
40c6265
lsd docker + lcp fixes
panaC Jan 10, 2022
38adc9f
some fixes
panaC Jan 10, 2022
e7a5434
some fixes
panaC Jan 10, 2022
ce3264a
docker-compose
panaC Jan 11, 2022
7fb870e
docker build script
panaC Jan 11, 2022
9daa86c
fixes previous
panaC Jan 11, 2022
79c7d8f
readme build
panaC Jan 11, 2022
6f6c7d4
replace git: with https:
panaC Jan 11, 2022
76b8f43
dockerfile build go in alpine
panaC Jan 11, 2022
e703299
set directory
panaC Jan 11, 2022
f327fef
fix typo lsd
panaC Jan 11, 2022
9b7df78
improve dockerbuild
panaC Jan 11, 2022
c5b4ad5
set -e dockerbuild
panaC Jan 11, 2022
6d7fefc
alpine lsdserver
panaC Jan 11, 2022
5e79bcd
fix: IF NOT EXISTS in sql query
panaC Jan 18, 2022
26f7fe6
Revert "fix: IF NOT EXISTS in sql query"
panaC Jan 18, 2022
06d8298
docker-compose baseline > mariadb + minio
panaC Jan 18, 2022
5488039
up docker-compose
panaC Jan 18, 2022
c46222c
fix ENV in yaml
panaC Jan 19, 2022
d9e7f4a
up: docker-compose works with mariadb -- not tested with s3
panaC Jan 19, 2022
7afabd4
end day commit
panaC Jan 19, 2022
9c09862
fix: lcpserver and frontend need to share one volume -- and try to st…
panaC Jan 20, 2022
8e162ed
docker-compose in a google vm
panaC Jan 20, 2022
b11d1f2
fix: docker-compose deploy restart
panaC Jan 27, 2022
6af0eaf
cloud-init
panaC Jul 1, 2022
6284048
improve dockerbuild script
panaC Jul 4, 2022
bb7773a
try to build a lcpmaster dockerfile
panaC Jul 4, 2022
6cb2863
up docker lcpmaster with init
panaC Jul 5, 2022
3cbda9a
lcpmaster works now on my machine
panaC Jul 5, 2022
96757d9
up dockerrun
panaC Jul 5, 2022
2fcd0eb
update master dockerfile
panaC Jul 6, 2022
f8d34d7
comment dockerbuild in docker run
panaC Jul 6, 2022
792cacf
gcloud script to create/update vm
panaC Jul 6, 2022
a086457
remove unused cloud-init
panaC Jul 6, 2022
222f8fd
add a comment to not use docker-compos
panaC Jul 6, 2022
5e835cf
up readme
panaC Jul 6, 2022
e856242
remove unused previous entrypoint to docker-compose
panaC Jul 6, 2022
27df784
fix dockerfile copy bin
panaC Jul 6, 2022
f30e1a8
container port fixed to 8080
panaC Jul 6, 2022
589978a
up gcloud
panaC Jul 6, 2022
f3614b9
disable body size check nginx
panaC Jul 7, 2022
c33112c
add build prod in makefile prepare rule
panaC Jul 8, 2022
bbeefe3
makefile prepare and clean lcpserver prod build
panaC Jul 8, 2022
2a57493
first cloudbuild'
panaC Jul 8, 2022
16b6ecd
gitignore
panaC Jul 8, 2022
9b4ce9a
[skip ci] update Dockerfile to include build arg
panaC Jul 8, 2022
43ebab5
fix indentation cloudbuild.yaml
panaC Jul 11, 2022
d21728e
fix Makefile to compile lcpserver in prod mode
panaC Jul 11, 2022
5941190
fix timeout in docker build
panaC Jul 11, 2022
0790ea9
fix: Dockerfile arg and cloudbuild push
panaC Jul 12, 2022
b47970f
fix: cloudbuild yaml share file between steps with /workspace folder
panaC Jul 12, 2022
8871e4a
fix: COPY Build prod file in Dockerfile
panaC Jul 12, 2022
5e7a8cf
try to fix copy file
panaC Jul 12, 2022
5c515d8
try to fix copy file
panaC Jul 12, 2022
f35dd25
try to fix copy file
panaC Jul 12, 2022
77e0383
fix cloudbuild copy build file works now fixes timeout
panaC Jul 12, 2022
ea9b724
fix: build lcpserver test not prod
panaC Jul 12, 2022
8f11f79
try to fix build error on copy dummy file
panaC Aug 1, 2022
96531c5
add privkey and cert to cloudbuild prod
panaC Aug 4, 2022
b92e33d
swap privkey and cert in Dockerfile
panaC Aug 4, 2022
58797b9
set profile in config yaml variable for prod mode (basic vs 1.0)
panaC Aug 4, 2022
c8927fd
add ssl
panaC Aug 4, 2022
619cf17
add ca-certificates in alpine linux
panaC Aug 4, 2022
ece5bd9
up ca-certificates and openssl alpine linux
panaC Aug 4, 2022
4a7e590
add gandi intermediaire certificat to certificat chain
panaC Aug 5, 2022
2690dc5
swap certificat in chain
panaC Aug 5, 2022
060577c
Merge pull request #288 from readium/master
panaC Aug 8, 2022
668e901
Delete docker-compose.yml
panaC Aug 8, 2022
a2eb929
set EXPOSE port to in Dockerfile
panaC Aug 17, 2022
36ff80f
Merge branch 'cd' of https://github.com/readium/readium-lcp-server in…
panaC Aug 17, 2022
56758e8
remove ssl from Dockerfile and cloudbuild and add a directory nginx-e…
panaC Aug 18, 2022
4f3234c
restore dummy file for Dockerfile test mode
panaC Aug 18, 2022
39145ea
update nginx proxy
panaC Aug 18, 2022
e70f0a5
fix cloudbuild prod and test
panaC Aug 18, 2022
9b84e29
nginx: set default conf
panaC Aug 18, 2022
026eefb
Update readme.md
panaC Aug 19, 2022
e9ada5a
Update readme.md
panaC Aug 19, 2022
4805722
Update readme.md
panaC Aug 19, 2022
82df6f9
Update README.md
panaC Aug 19, 2022
962f9c2
Merge pull request #290 from readium/master
panaC Aug 19, 2022
ba584d7
Merge pull request #294 from readium/master
panaC Sep 30, 2022
e925a1d
fix: echoing htpasswd in Makefile
panaC Oct 3, 2022
19aa7ef
Merge pull request #306 from readium/master
panaC Dec 6, 2022
bb61a59
Merge branch 'master' of https://github.com/readium/readium-lcp-serve…
panaC Jan 2, 2023
1e4dd2d
Merge branch 'master' into cd
danielweck May 26, 2023
119de34
Merge branch 'master' into cd
danielweck May 26, 2023
92f6e09
Merge branch 'master' into cd
danielweck May 26, 2023
88f97f0
Merge branch 'master' into cd
danielweck Sep 13, 2023
238a9b8
Merge branch 'master' into cd
danielweck Jan 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
README
  • Loading branch information
panaC committed Jan 5, 2022
commit c7a4a307d7cf0d66f4b3e98d816c24eda9c64aa0
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,18 @@ You must obtain a X.509 certificate and confidential crypto information through

A folder publicly accessible from the Web must be made available for the server to store encrypted files.

Quickstart
==========


> You have to download node v6.9.2 to compile the frontend webapp

```

make clean && PATH=/Users/edrlab/Downloads/node-v6.9.2-darwin-x64/bin:$PATH make && make run

```

Executables
===========
The server software is composed of three independant parts:
Expand Down