Arik Fraimovich
5fe9c2fcf0
Update Ubuntu with docker readme
2015-11-26 10:39:42 +02:00
Arik Fraimovich
816142aa54
Update evn files
2015-11-26 10:38:06 +02:00
Arik Fraimovich
f737be272f
Update GitHub repo url (EverythingMe -> GetRedash)
2015-11-26 10:34:16 +02:00
Arik Fraimovich
ce46295dd3
Update location of config files
2015-11-23 15:46:00 +02:00
Arik Fraimovich
3781b0758e
Fix nginx conf mounting
2015-11-23 15:39:48 +02:00
Arik Fraimovich
4d415c0246
WIP: bootstrap for docker
2015-11-23 11:38:17 +02:00
Arik Fraimovich
5331008e78
add docker-compose.yml
2015-11-23 11:38:17 +02:00
Arik Fraimovich
80783feda6
Bootstrap files for Docker image
2015-11-23 11:38:17 +02:00
Arik Fraimovich
2f308c3fa6
Remove test file
2015-11-23 11:38:17 +02:00
Arik Fraimovich
63765281fe
Fix path in bootstrap script
2015-11-23 11:38:16 +02:00
Arik Fraimovich
47e79003e5
Update packer config
2015-11-23 11:38:16 +02:00
Arik Fraimovich
541060c62e
Remove latest_release_url.py - docker images will be created with current code base as context
2015-11-23 11:38:16 +02:00
Arik Fraimovich
3ba19fa80f
update readme for ubuntu bootstrap
2015-11-23 11:38:16 +02:00
Arik Fraimovich
654349a7ae
Better arrangement of setup directory
2015-11-23 11:38:16 +02:00
Arik Fraimovich
1fb57edd1f
Remove old Vagrant file
2015-11-23 11:38:15 +02:00
Arik Fraimovich
f6c65d139a
Move Amazon Linux bootstrap into folder of its own
2015-11-23 11:38:15 +02:00
martin sarsale
d1fe3d63fd
bind redis to localhost
...
Having it bound to the public addresses is a security problem.
See http://antirez.com/news/96
2015-11-10 23:03:53 -03:00
John Wu
99b6f8955e
Add some mandatory nginx directives
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-08 13:25:44 -07:00
John Wu
a699c04ee1
Download and build from latest source instead
2015-10-08 12:09:24 -07:00
John Wu
a8d7547dc7
Rename folder
2015-10-08 12:09:07 -07:00
John Wu
72804e6d80
Add redash-nginx repo content
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-08 11:57:44 -07:00
John Wu
3f429ebcb7
Don't use bin/run in docker
...
`bin/run` exports environment variables, which can override environment
variables provided by docker-compose.
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-07 17:22:58 -07:00
John Wu
c854ce3c10
Remove postgres user
...
Also changed **docker_init_postgres.sh**. Since we don't have postgres
user now, then we cannot use `sudo -u postgres`. The alternative will be
running `psql --username=blahblah`.
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-07 17:04:27 -07:00
John Wu
ab6cc3f146
Run celery using redash user
2015-10-07 16:21:37 -07:00
John Wu
fb00350c58
Migrate stuff in bootstrap_docker.sh into Dockerfile
...
By using Dockerfile `RUN` command, we can enable docker to cache our
build. Also, much more easier to maintain.
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-06 13:21:09 -07:00
John Wu
0bbcb69197
Remove redis build + use postgres-client package instead of postgres
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-06 11:43:35 -07:00
John Wu
73bd83a527
Revert TCP listening address
...
Instead of binding to `0.0.0.0`, use `127.0.0.1` instead for security
concerns. "The Python Web server is more
vulnerable than nginx that proxies it."
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-06 11:17:48 -07:00
John Wu
11682b3779
Remove redundant database migration scripts
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-06 10:35:54 -07:00
John Wu
46a008346f
Use standalone supervisord.conf for docker deployment
...
Signed-off-by: John Wu <webmaster@leapoahead.com >
2015-10-05 15:00:52 -07:00
John Wu
1ee05e12fd
Docker support
2015-09-30 14:19:22 -07:00
John Wu
6f91849419
Bind to 0.0.0.0 instead of 127.0.0.1
2015-09-30 10:38:51 -07:00
Arik Fraimovich
446148d07f
Run dist-upgrade before apt-get install
2015-08-09 11:29:01 +03:00
Arik Fraimovich
2d6ca50568
Remove google compute
2015-08-09 11:29:01 +03:00
Arik Fraimovich
ab507f0fd5
Update path to tarball.
2015-08-09 11:09:05 +03:00
Arik Fraimovich
5e73da1df4
Fix link to tarball (it changes on every build).
2015-08-07 19:34:00 +03:00
Arik Fraimovich
244d25b12c
Fix #524 : use v0.7.1 in bootstrap.sh.
2015-08-07 19:18:18 +03:00
Arik Fraimovich
2dcf676cf2
Fix #525 : make sure we're in right path for requirements_all_ds.txt
2015-08-07 19:14:46 +03:00
Arik Fraimovich
e07af676a5
Fix #526 : install latest setuptools in bootstrap.sh.
2015-08-07 19:12:17 +03:00
masaru
0e46a24112
fixed config file pathes
2015-07-31 19:21:36 +09:00
masaru
a3cb698be0
fixed file path
...
the fixed pathes will work if my original files are uploaded
2015-07-31 14:34:25 +09:00
masaru
08730ad113
created bootstrap script for amazon linux
2015-07-31 14:05:48 +09:00
John Kearney
d202570b0d
Move datasource requirements from bootstrap to own requirements file
2015-07-27 11:46:53 -07:00
Arik Fraimovich
8c750826e3
Install dependencies for new sources
2015-07-26 11:49:23 +03:00
Arik Fraimovich
b14b6d1773
Give permission to read user(id, name) to redash_reader
2015-07-26 11:45:58 +03:00
John Kearney
2b95da102e
Remove unused exports for env examples
2015-07-20 12:36:10 -07:00
Arik Fraimovich
7fc2d5ee0b
Update bootstrap.sh to use 0.6.3.
2015-07-13 12:00:28 +03:00
Arik Fraimovich
3771af0a8c
Update bootstrap.sh to use 0.6.2.
2015-07-05 08:30:11 +03:00
olga
334040532a
changed default concurrency level to 2 per queue
2015-06-07 17:36:24 +03:00
olga
335a3a98b5
separated the queue for ad-hoc and for scheduled queries (someone who runs an ad-hoc query should not wait because there scheduled queries are being refreshed at that time)
2015-06-07 17:28:57 +03:00
Ralph Yozzo
3631e938da
Update bootstrap.sh
...
# modified by @fedex1 3/15/2015 seems to be the latest version at this point in time.
2015-03-15 23:27:45 -04:00