This is a guide for setting up a production instance of CartoDB after setting up the above.
RAILS_ENV=production bundle exec rake db:migrate RAILS_ENV=production bundle exec rake db:setup
| // This is the API for constructing a Glimmer.js application with | |
| // precompiled binary bytecode templates and using an async renderer | |
| // (via requestAnimationFrame, requestIdleCallback, etc). | |
| import Application, { DOMBuilder, AsyncRenderer, BytecodeLoader } from '@glimmer/application'; | |
| import data from './__compiled__/data'; | |
| let bytecode = fetch('./__compiled__/templates.gbx') | |
| .then(req => req.arrayBuffer()); |
openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crtcurl -v <urlyouarewaitingtogetpropogated> --resolve <urlyouarewaitingtogetpropogated>:443:<ipofserver>| { | |
| "id": "5ba0f46c-3604-4c4b-39b5-1e4e2272a0a2", | |
| "name": "Cardstack Development", | |
| "values": [ | |
| { | |
| "enabled": true, | |
| "key": "hub", | |
| "value": "http://localhost:4200/cardstack", | |
| "type": "text" | |
| }, |
default: Ember
import Ember from 'ember';default: Ember.Application
import Application from 'ember-application';| export default Ember.Helper.extend({ | |
| assetLoader: Ember.inject.service(), | |
| compute([name]) { | |
| if (this.engineName === name && this._resolved) { return name; } | |
| this.engineName = name; | |
| let assetLoader = this.get('assetLoader'); | |
| assetLoader.loadBundle(name) |
| CREATE TRIGGER person_notify AFTER INSERT OR UPDATE OR DELETE ON income | |
| FOR EACH ROW EXECUTE PROCEDURE notify_trigger( | |
| 'id', | |
| 'email', | |
| 'username' | |
| ); | |
| CREATE TRIGGER income_notify AFTER INSERT OR UPDATE OR DELETE ON income | |
| FOR EACH ROW EXECUTE PROCEDURE notify_trigger( | |
| 'id', |
| joined #topic-forms, and invited @machty | |
| locks [11:05 AM] | |
| thar you go | |
| machty [11:06 AM] | |
| thank you! | |
| [11:07] | |
| @samselikoff @cowboyd |
| deploy: | |
| - provider: script | |
| skip_cleanup: true | |
| script: node_modules/.bin/ember deploy development --activate --verbose | |
| on: | |
| branch: master | |
| - provider: script | |
| skip_cleanup: true | |
| script: node_modules/.bin/ember deploy staging --activate --verbose | |
| on: |