Commit graph

72 commits

Author SHA1 Message Date
Leopere
5ef885df04 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.
2018-11-04 19:35:35 +00:00
Leopere
75ea4c1577 adding debug for chainqueryconfig.toml 2018-11-04 13:27:29 -05:00
Leopere
32e7ab3a55 maybe don't be as explicit 2018-11-04 13:24:22 -05:00
Leopere
83054925d7 updated config location 2018-11-04 13:22:13 -05:00
Leopere
afec3b3a8b passing alternative config path
Aligned config path location with linux spec
2018-11-04 13:21:42 -05:00
Leopere
2970cc6f7b Pull chainquery from prep container 2018-11-04 13:02:38 -05:00
Leopere
4fd7993456 reverted to original unzip function 2018-11-04 12:09:45 -05:00
Leopere
5c6e5653c5 simplified, removed debug and fixed curl 2018-11-04 12:01:09 -05:00
Leopere
2cfc0abf25 Adding -o for unzip 2018-11-04 11:47:48 -05:00
Leopere
62738ecfb0 explicit unzip 2018-11-04 11:45:37 -05:00
Leopere
289eb9d600 debugging curl 2018-11-04 11:43:58 -05:00
Leopere
25260ceff4 remove zip.zip maybe? 2018-11-04 11:39:32 -05:00
Leopere
0cc0b2aa13 Get latest release tagged url from github API 2018-11-04 11:32:49 -05:00
Leopere
6016070ca3 Disabled Adminer
Started debug for chainquery container.
2018-11-04 11:04:56 -05:00
Leopere
f2aece2be0 initial commit of quick-bootstrap.sh 2018-11-03 21:32:00 -04:00
Leopere
a3285b7967 Updated against a multi stage strategy 2018-10-16 03:28:03 -04:00
Leopere
3c2b861157 Switched to multistage chainquery image 2018-10-16 03:27:45 -04:00
Shubham Bhattar
e332e9c906 MAINTAINER is deprecated in Dockerfile. COPY is preferred over ADD in Dockerfile if additional functonality of ADD is not being used. Improved Shebang lines in many files. 2018-10-14 18:00:06 +05:30
Leopere
0fab25736f Adding base database seed script 2018-10-11 22:04:22 -04:00
Leopere
13b91bae04 chainquery needs to be .3 2018-10-10 20:59:58 -04:00
Leopere
3c791bc5e9 chainquery needs to be .3 2018-10-10 20:58:23 -04:00
Leopere
e37922c9cf docker-compose build needs to ignore this 2018-10-10 20:13:10 -04:00
chamunks
a2e25cf667 Updated networking for exposing a web front end. 2018-10-09 14:33:47 -04:00
Leopere
403a513d18 Readded disappearing colons 2018-10-09 10:39:32 -04:00
Leopere
753b711e96 Multiple changes
chainquery has an added Adminer container now.
reflector.go has a base config.tmpl file for testing string modification.
Exporting GOROOT now in Dockerfile
2018-10-09 10:28:13 -04:00
Leopere
5cf92f8793 Pushing trailing changes for starting debugpaste-it 2018-10-06 20:26:53 -04:00
Leopere
2260845533 removed .env_disabled 2018-10-06 17:51:28 -04:00
Leopere
9d32180c78 Setting .env back from .env_disabled 2018-10-06 17:51:03 -04:00
Leopere
380ba763c9 moved my.cnf 2018-10-06 15:54:51 -04:00
Leopere
f598964e1a added my.cnf for SQL DB optimizations 2018-10-06 15:50:41 -04:00
Leopere
ee307b3db2 updated chainqueryconfig.toml against debug session 2018-10-06 12:56:08 -04:00
Leopere
501b284f97 Updated docker-compose.yml against debug session 2018-10-06 12:55:44 -04:00
Leopere
77f8be0f20 switched back to latest 2018-10-03 18:02:59 -04:00
Leopere
63dababfbf changing to mysql:5.7 2018-10-03 17:36:01 -04:00
Leopere
0f1656c3c1 disabled .env in case it's contributing to problems. 2018-10-03 16:19:13 -04:00
Leopere
705e35d9ba more places the password needed updated 2018-10-03 16:16:58 -04:00
Leopere
cde3d8cd3c changed order of container execution
MySQL/MariaDB has a startup time so adding a depends_on and
reorganization may fix a few things
2018-10-03 16:14:53 -04:00
Leopere
7833796652 uncommented apisqldsh 2018-10-03 16:11:33 -04:00
Leopere
72795b1e1a database name should match toml 2018-10-03 16:11:14 -04:00
Leopere
9242d163d0 RPC server ip update 2018-10-03 15:58:41 -04:00
Leopere
37413e2084 updated RPC_PASSWORD 2018-10-03 15:57:28 -04:00
Leopere
3e291b542d Might not need this set 2018-10-03 15:53:33 -04:00
Leopere
8b1ed11c3b Updated start 2018-10-03 15:50:45 -04:00
Leopere
68282547cf Following Nikooo777's advice
https://lbryians.slack.com/archives/CCE20EWPQ/p1538594805000100
2018-10-03 15:41:26 -04:00
Leopere
32f3b77c3c No need to mkdir apparently 2018-10-03 14:49:18 -04:00
Leopere
1df66b9191 Removed superfluous perms assertions for now 2018-10-03 14:49:00 -04:00
Leopere
1077b2bf50 Adding chainquery user directory 2018-10-03 14:47:25 -04:00
Leopere
684a666480 Rolled back part of the last change 2018-10-03 14:45:34 -04:00
Leopere
89b88d1047 Relocated chainqueryconfig.toml
Removed more weight (LICENSES and README.md files)
2018-10-03 14:43:03 -04:00
Leopere
bfc73e687a Not in the home dir here either 2018-10-03 14:35:44 -04:00