Commit graph

304 commits

Author SHA1 Message Date
Leopere 79c08b66f2 Completed ToDo item. 2018-11-29 18:46:23 +00:00
Leopere b206c5f3b4 Clarification added to port 50001 2018-11-29 18:45:53 +00:00
Leopere c8ceb79651 Just expose the ports it doesn't really pose any risks. 2018-11-29 18:40:19 +00:00
Leopere 062c72c5f4 Updated Dockerfile, Entrypoint and start
Dockerfile, cleanup and added start.sh & docker-entrypoint.sh
chmod +x on lbrynet/stuff/*.sh
2018-11-29 18:29:19 +00:00
Leopere adebf46603 Add start.sh for lbrynet 2018-11-29 18:20:32 +00:00
Leopere 68824f95e7 Cleanup and a bit of modernization in invocation 2018-11-29 15:25:59 +00:00
Leopere 9a67d873f9 More WIP tags 2018-11-26 23:14:00 +00:00
Leopere aae9221c72 Added WIP tag to README header 2018-11-26 23:13:06 +00:00
Leopere 1d6e17c810 Adding stuff dir and start/entrypoint scripts 2018-11-26 23:11:50 +00:00
Leopere ada255021c Added todo items into lbrynet compose.yml 2018-11-26 23:09:22 +00:00
Leopere 32d7abf54e Adding todo list items for lbrynet Dockerfile 2018-11-26 23:07:07 +00:00
Leopere c96f058af0
Merge pull request #31 from lbryio/leopere3
finalized for 11/11 release
2018-11-10 01:09:53 +00:00
Leopere bb2a839a51
finalized for 11/11 release
readme cleaned up
lbrycrd permissions fixed
2018-11-09 20:07:14 -05:00
Leopere 8d7c2847cf
We could use more powers (all the sudo's) 2018-11-08 17:06:35 -05:00
Leopere 5094a0bd22 Merge branch 'leopere2' 2018-11-07 14:04:22 -05:00
Leopere 1615756261
Disabling feature that isn't ready yet. 2018-11-06 23:21:25 -05:00
Leopere e86e6b6852
Just make this clickier 2018-11-06 21:08:06 -05:00
Leopere 68cf9f5247
Add todo item for reset switch 2018-11-06 20:58:33 -05:00
Leopere cdc67fb95a
Expose mysql to the internet 2018-11-06 20:58:09 -05:00
Leopere 1c98af491d
added curl and a few things for healthcheck preparation 2018-11-06 19:39:12 -05:00
Leopere 1cfba4fd69
Baseline tutorial for getting chainquery up asap 2018-11-06 19:37:55 -05:00
Leopere f431dc9f9c
Add preliminary for healthcheck 2018-11-06 19:13:22 -05:00
Leopere 3308978eef
Cleanup ToDo 2018-11-06 18:36:04 -05:00
Leopere a924e1d221
Adjusting data path 2018-11-06 18:34:58 -05:00
Leopere 83ef420db9
Adding more comments 2018-11-06 18:32:25 -05:00
Leopere dc7317022e
Adding data directory with permissions to see if I can just ship it with it setup correctly 2018-11-06 18:29:26 -05:00
Leopere b430ed411d
Lets try $HOME/ instead of ~/ 2018-11-06 18:24:47 -05:00
Leopere 03e5bb494f
Remove junk 2018-11-06 18:19:25 -05:00
Leopere 100d990d5d
Removed deprected config directory 2018-11-06 18:16:03 -05:00
Leopere f20df01251
Home path suddenly was a problem.
https://i.imgur.com/rAM1VWk.png
2018-11-06 18:14:41 -05:00
Leopere 817af45899
Reduced dependencies and adjusted todo items 2018-11-06 17:36:18 -05:00
Leopere 40a914cbdd
Going dependency-less except for docker stuff now. 2018-11-06 17:26:57 -05:00
Leopere e2627b008f
Adding some more commands, start and completed reset 2018-11-06 17:01:07 -05:00
Leopere 9e5b5fd7d3
Comment everything and added TODO tags 2018-11-06 16:26:54 -05:00
Leopere 6df6beef34
Document everything in quick-bootstrap.sh 2018-11-06 16:26:26 -05:00
Leopere 27066dceca
Document everything in chainquery Dockerfile 2018-11-06 16:23:12 -05:00
Leopere 2295a9df06
Add documentation for quick-bootstrap.sh 2018-11-06 16:00:34 -05:00
Leopere ac7802f158
Adding second checkpoint function 2018-11-06 15:32:38 -05:00
Leopere bf4d5c7d84
closed case 2018-11-06 15:19:50 -05:00
Leopere 5279bc2b4d
naming consistency 2018-11-06 15:13:56 -05:00
Leopere 97f5fcfd13
adding update-bootstrap 2018-11-06 15:11:20 -05:00
Leopere a4882253fe Merge remote-tracking branch 'origin/leopere' into leopere 2018-11-04 23:49:17 -05:00
Leopere 3c9fcf6fce Chainquery works mostly and so does lbrycrd
Merge branch 'master' of github.com:lbryio/lbry-docker

Starting on a .travis.yml but may be unnecessary

Renamed www.spee.ch and lbrynet-daemon to reflect their upstream repos.

Disabled Adminer
Started debug for chainquery container.

Get latest release tagged url from github API

remove zip.zip maybe?

debugging curl

explicit unzip

Adding -o for unzip

simplified, removed debug and fixed curl

reverted to original unzip function

Pull chainquery from prep container

passing alternative config path
Aligned config path location with linux spec

updated config location

maybe don't be as explicit

adding debug for chainqueryconfig.toml

Fixes magicless chainquery and starts on bootstrap
added chainquery/.gitignore to ignore large blobs.
fixed Dockerfile up to use staged prep and production
removed db-seed.sh as we have quick-bootstrap.sh
start.sh needed modification to pull config from the right location in the linux FS
Added chainquery/.dockerignore to prevent extremely long build times in the future
Removed fancy bash vars in chainquery/.env
Started work on getting quick-bootstrap.sh ready for release.

Switch to lbrynet network

Switched network name to lbrynet

Merge branch 'leopere' of github.com:lbryio/lbry-docker into leopere

Remove debugging access port bind

Expose chainquery to the internet

Merge branch 'leopere' of github.com:lbryio/lbry-docker into leopere

Removed now unnecessary run command

Undo

Cleanup and commenting on environment variables

Start getting ready for adding chainquery start.sh magic

Quick update
2018-11-04 22:44:00 -05:00
Leopere 85a3755019 Quick update 2018-11-04 22:29:25 -05:00
Leopere bcee2be8b7 Start getting ready for adding chainquery start.sh magic 2018-11-04 20:53:46 -05:00
Leopere 3dbbcd05c1 Cleanup and commenting on environment variables 2018-11-04 20:39:55 -05:00
Leopere ded07ec9a1 Undo 2018-11-04 18:18:40 -05:00
Leopere 6a27bca985 Removed now unnecessary run command 2018-11-04 18:17:23 -05:00
Leopere 351cb86fda Merge branch 'leopere' of github.com:lbryio/lbry-docker into leopere 2018-11-04 15:35:51 -05:00
Leopere edef0a05e1 Expose chainquery to the internet 2018-11-04 15:34:44 -05:00