ariarijp
df9bd38c08
To avoid "cannot import name main" error
2018-04-20 11:39:36 +09:00
Arik Fraimovich
2231d1562c
Update bootstrap script to use v3.
2018-01-05 18:57:15 +02:00
Arik Fraimovich
38be723179
Merge branch 'master' into modSetupShMkdir
2017-10-23 10:56:50 +03:00
Arik Fraimovich
18bf44453d
Update bootstrap script to use v2.0.1.
2017-10-22 15:13:30 +03:00
Sylvain
8c693efb3e
Add missing $REDASH_BASE_PATH usage
2017-10-19 01:39:08 -05:00
Sylvain
51392d0398
Add missing $REDASH_BASE_PATH usage
2017-10-19 01:37:11 -05:00
Sylvain
78888c2082
Make use of REDASH_BASE_PATH variable
2017-10-19 01:35:14 -05:00
isomura
eb979ef130
Make /opt/redash directory if it's not exist.
2017-10-18 09:54:56 +09:00
Arik Fraimovich
3aa7d86699
Update bootstrap.sh
2017-08-16 16:16:00 +03:00
yoavbls
a09a767641
Update bootstrap.sh to latest release
2017-07-22 17:55:57 +03:00
Arik Fraimovich
f66fe5ff80
Update packer configuration to create GCE image
2017-04-03 18:07:19 +03:00
Arik Fraimovich
8425698583
Update env
2017-04-03 13:18:34 +03:00
Arik Fraimovich
15b228b754
Update README
2017-04-03 12:54:23 +03:00
Arik Fraimovich
1db4157b29
Fix bootstrap script to be headless
2017-04-03 12:54:17 +03:00
Arik Fraimovich
079530cf63
Remove unused files
2017-04-03 12:54:05 +03:00
Arik Fraimovich
d2370a94c7
New bootstrap script
2017-04-03 10:30:06 +03:00
Arik Fraimovich
9ef6836175
Remove unused setup files
2017-02-10 20:06:30 +02:00
Arik Fraimovich
ddf6fc50a5
New Dockerfile and docker-compose for dev
2017-01-19 15:20:52 +02:00
Arik Fraimovich
af70f34f05
Remove Vagrant related files
2017-01-19 15:20:52 +02:00
Karri Niemelä
c67519e45d
Update amazon linux bootstrap.sh
...
Changed this so it works with recent redash version.
2017-01-15 19:44:46 +02:00
Arik Fraimovich
6f3ca1e01a
Rename all re:dash/Re:dash to Readsh. Closes #1396 .
2016-12-20 12:10:33 +02:00
Arik Fraimovich
17895d09a9
Correct version.
2016-12-02 17:25:17 +02:00
Arik Fraimovich
8201509216
Update bootstrap.sh for v0.12.0
...
Fixes #1442 .
2016-12-02 17:24:18 +02:00
Arik Fraimovich
ba60bfa3b0
Update version reference in bootstrap.sh.
2016-12-01 10:54:50 +02:00
Arik Fraimovich
68ccf4b13a
Remove references to rd_ui
2016-11-26 12:01:42 +02:00
IllusiveMilkman
2b25f2e80a
Update bootstrap.sh
...
Check for Ubuntu 16.04 before upgrading pip.
2016-09-19 20:35:35 +02:00
IllusiveMilkman
d9623faf8c
Update bootstrap.sh
...
Testing script on clean install of Ubuntu Desktop 16.04.1.
pip fails if not upgraded beforehand, whether "sudo" or "sudo -s" or "sudo -sH" is run.
After this modification it works perfectly from a clean install. Below are my steps if anyone should want to replicate or validate:
1. Clean install of Ubuntu 16.04.1 Desktop (on VM)
2. sudo apt-get -y install git
3. mkdir ~/git
4. cd ~/git
5. git clone https://github.com/getredash/redash
6. cd ~/git/redash/setup/ubuntu
7. chmod +x bootstrap.sh
8. nano bootstrap.sh
9. added "pip install --upgrade pip" to the script above the "pip install -U..." line.
10. Saved script.
11. sudo -H ./bootstrap.sh
Note that the "-H" is necessary in order to run the script successfully, otherwise you will run into pip ownership issues.
2016-09-08 10:28:11 +02:00
Arik Fraimovich
d22f0d44b6
Merge pull request #1216 from atsaki/noniteractive-upgrade
...
Change: bootstrap.sh - use non interactive dist-upgrade
2016-08-29 19:13:49 +03:00
Kazuhito Hokamura
058b6bc37c
Fix failing bower install
2016-08-06 22:21:00 +09:00
Arik Fraimovich
7598048317
Update bootstrap.sh:
...
- Update version to 0.11.1.
- Move all apt commands to the beginning of the script and add the missing ones (lib-sasl).
- Fix the Redash Metadata data source creation command.
2016-08-03 16:52:45 +03:00
Arik Fraimovich
17fa957a91
Update Packer configuration to remove SSH keys to comply with AWS marketplace
2016-08-03 16:52:06 +03:00
Atsushi Sasaki
738cd1d69d
non interactive dist-upgrade
2016-07-28 15:24:13 +09:00
Atsushi Sasaki
57651f177b
install libffi-dev for cryptography
2016-07-28 15:23:12 +09:00
Arik Fraimovich
ff49d25963
Merge pull request #1170 from easytaxibr/fix/docker_create_database
...
Fix: change parameters for 'manage.py ds new' CLI
2016-07-06 09:17:52 +03:00
Wesley Batista
628122053b
Fix: change parameters for 'manage.py ds new'
2016-07-05 20:36:38 -03:00
Arik Fraimovich
bab1029c9d
Merge pull request #1151 from masaedw/azuredb
...
Change: ability to set pymssql TDS version (to support Azure Database) #backward-incompatible
2016-07-05 21:30:06 +03:00
Takuya Arita
522e07ac95
Fix the version of setuptools on bootstrap script for Ubuntu
2016-07-03 20:10:01 +09:00
Masayuki Muto
991fe618b7
Update pymssql version to connect Azure Database
2016-06-22 16:19:38 +09:00
Arik Fraimovich
82f0b4c386
Update version reference in bootstrap scripts.
2016-05-22 10:33:46 +03:00
Ama Asare
d4ff7482ad
Ama: Install just pymongo and not everything in requirements_all_ds.txt
...
Because some dependencies were missing and we dont really need everything in the file...just pymongo
Also removed unneeded files, reverted circle.yml to as it is on redash, so it doesnt show in the PR diff
2016-05-09 17:15:07 -05:00
Ama Asare
90f0b3b49a
Ama: Consolidate vagrant_provision script, move files to more intuitive locations, include command from #1021 .
...
Also reset circle.yml to be as in the main redash repo so our changes are not included in the changeset
Check earlier PR https://github.com/getredash/redash/pull/1027 to follow conversation.
2016-05-09 17:13:33 -05:00
Arik Fraimovich
9e23cc2bf2
update version references
2016-05-01 15:49:39 +03:00
Ama A
aab0542a93
Update bootstrap.sh to include saml dependency
...
Required for saml to work
2016-04-20 14:17:10 -05:00
Arik Fraimovich
0d9faa8c04
Merge pull request #964 from ink-adavison/bootstrap_version_parameter
...
Allow passing branch name to bootstrap.sh
2016-04-05 14:44:23 +03:00
Andrew Davison
70f7219057
Release download path must use the version, not the branch
2016-04-04 16:02:58 +01:00
Andrew Davison
ad2a5601bf
Use a REDASH_BRANCH environment variable instead, in the same way as REDASH_VERSION.
...
Move REDASH_VERSION var setup to top of file where it is more visible and easier to update.
2016-04-04 15:37:38 +01:00
Andrew Davison
4a401db4d2
Allow passing version to bootstrap.sh as a cli parameter, to download a specific tag's setup files.
2016-03-30 17:04:57 +01:00
Andrew Davison
90128b90e6
Fix "http directive is not allowed here"
2016-03-30 16:19:14 +01:00
Arik Fraimovich
5885cd9aef
Merge pull request #940 from kirikiriyamama/improve_security
...
Nginx configuration: hide version
2016-03-25 20:16:37 +02:00
kasajei
eaaeffb8a2
Fix install command for freetds-devel on amazon_linux
2016-03-23 19:06:27 +09:00