Enable new dashboard flag
Back to using master branch of cartodb repo
This commit is contained in:
parent
0faa6b44e5
commit
943c32ff59
@ -16,7 +16,8 @@ ENV LC_ALL en_US.UTF-8
|
|||||||
#ENV CARTODB_VERSION=v4.11.152
|
#ENV CARTODB_VERSION=v4.11.152
|
||||||
#ENV CARTODB_VERSION=v4.12.9
|
#ENV CARTODB_VERSION=v4.12.9
|
||||||
#ENV CARTODB_VERSION=v4.12.26
|
#ENV CARTODB_VERSION=v4.12.26
|
||||||
ENV CARTODB_VERSION=v4.12.30
|
#ENV CARTODB_VERSION=v4.12.30
|
||||||
|
ENV CARTODB_VERSION=master
|
||||||
#ENV SQLAPI_VERSION=1.47.2
|
#ENV SQLAPI_VERSION=1.47.2
|
||||||
ENV SQLAPI_VERSION=master
|
ENV SQLAPI_VERSION=master
|
||||||
#ENV CRANKSHAFT_VERSION=0.8.1
|
#ENV CRANKSHAFT_VERSION=0.8.1
|
||||||
@ -113,7 +114,7 @@ RUN useradd -m -d /home/cartodb -s /bin/bash cartodb && \
|
|||||||
RUN git config --global user.email you@example.com
|
RUN git config --global user.email you@example.com
|
||||||
RUN git config --global user.name "Your Name"
|
RUN git config --global user.name "Your Name"
|
||||||
|
|
||||||
# Varnish 3, Ubuntu:17.04 comes with Varnish 5.1 which can't be run with anonymous admin telnet
|
# Varnish 3, Ubuntu:18.04 comes with Varnish 5.1 which can't be run with anonymous admin telnet
|
||||||
RUN cd /opt && \
|
RUN cd /opt && \
|
||||||
wget http://varnish-cache.org/_downloads/varnish-3.0.7.tgz && \
|
wget http://varnish-cache.org/_downloads/varnish-3.0.7.tgz && \
|
||||||
tar -zxf varnish-3.0.7.tgz && \
|
tar -zxf varnish-3.0.7.tgz && \
|
||||||
|
@ -85,46 +85,46 @@ defaults: &defaults
|
|||||||
api_key:
|
api_key:
|
||||||
passwords:
|
passwords:
|
||||||
expiration_in_d:
|
expiration_in_d:
|
||||||
metrics:
|
# metrics:
|
||||||
hubspot:
|
# hubspot:
|
||||||
events_host: ''
|
# events_host: ''
|
||||||
token: ''
|
# token: ''
|
||||||
form_ids:
|
# form_ids:
|
||||||
newsletter: ''
|
# newsletter: ''
|
||||||
event_ids:
|
# event_ids:
|
||||||
import_failed: ''
|
# import_failed: ''
|
||||||
geocoding_failed: ''
|
# geocoding_failed: ''
|
||||||
import_success: ''
|
# import_success: ''
|
||||||
geocoding_success: ''
|
# geocoding_success: ''
|
||||||
published_visualization: ''
|
# published_visualization: ''
|
||||||
visited_dashboard: ''
|
# visited_dashboard: ''
|
||||||
connect_dataset: ''
|
# connect_dataset: ''
|
||||||
create_map: ''
|
# create_map: ''
|
||||||
export_table: ''
|
# export_table: ''
|
||||||
export_map: ''
|
# export_map: ''
|
||||||
export_public_map: ''
|
# export_public_map: ''
|
||||||
select_wms: ''
|
# select_wms: ''
|
||||||
color_basemap: ''
|
# color_basemap: ''
|
||||||
pattern_basemap: ''
|
# pattern_basemap: ''
|
||||||
geocoding: ''
|
# geocoding: ''
|
||||||
visual_merge: ''
|
# visual_merge: ''
|
||||||
common_data: ''
|
# common_data: ''
|
||||||
cartocss_manually: ''
|
# cartocss_manually: ''
|
||||||
wizard: ''
|
# wizard: ''
|
||||||
filter: ''
|
# filter: ''
|
||||||
query: ''
|
# query: ''
|
||||||
applied_sql: ''
|
# applied_sql: ''
|
||||||
applied_cartocss: ''
|
# applied_cartocss: ''
|
||||||
modified_style_form: ''
|
# modified_style_form: ''
|
||||||
completed_connection: ''
|
# completed_connection: ''
|
||||||
failed_connection: ''
|
# failed_connection: ''
|
||||||
created_analysis: ''
|
# created_analysis: ''
|
||||||
modified_analysis: ''
|
# modified_analysis: ''
|
||||||
published_map: ''
|
# published_map: ''
|
||||||
exported_map: ''
|
# exported_map: ''
|
||||||
mailing_track:
|
# mailing_track:
|
||||||
like_map: ''
|
# like_map: ''
|
||||||
trending_map: ''
|
# trending_map: ''
|
||||||
common_data:
|
common_data:
|
||||||
protocol: 'https'
|
protocol: 'https'
|
||||||
username: 'common-data'
|
username: 'common-data'
|
||||||
|
@ -13,3 +13,5 @@ bundle exec rake cartodb:db:configure_geocoder_extension_for_organizations[$ORGA
|
|||||||
echo "UPDATE users SET sync_tables_enabled=true WHERE username='${USERNAME}'" | psql -U postgres -t carto_db_development
|
echo "UPDATE users SET sync_tables_enabled=true WHERE username='${USERNAME}'" | psql -U postgres -t carto_db_development
|
||||||
# Enable private maps
|
# Enable private maps
|
||||||
echo "UPDATE users SET private_maps_enabled = 't'" | psql -U postgres -t carto_db_development
|
echo "UPDATE users SET private_maps_enabled = 't'" | psql -U postgres -t carto_db_development
|
||||||
|
|
||||||
|
bundle exec rake cartodb:features:enable_feature_for_all_users["new_dashboard"]
|
||||||
|
Loading…
Reference in New Issue
Block a user