Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First-pass for dokku staging/production configuration committed #36

Closed
jordanh opened this issue Apr 7, 2016 · 0 comments
Closed

First-pass for dokku staging/production configuration committed #36

jordanh opened this issue Apr 7, 2016 · 0 comments
Assignees

Comments

@jordanh
Copy link
Contributor

jordanh commented Apr 7, 2016

Issue - Feature Request

First-pass for dokku staging/production configuration committed.

@jordanh jordanh self-assigned this Apr 8, 2016
jordanh added a commit that referenced this issue Apr 9, 2016
* First pass at Dokku staging/production configuration

Added template `.env` as `.env.example`

Modified various files to use .env options

Added app.json with postdeploy hook.

Updated package.json:
   * Updated description
   * `npm start` now starts production mode by default
   * Readded engines section to make dokku happy

Added dotenv processing in two spots:
   * `src/server/database/setupDB.babel.js` and,
   * `src/server/server.js`

Removed `src/server/secrets.js`.

* Added .env expansion to client webpack configuration.

Uses webpack's EnvironmentPlugin to expand...

   * AUTH0_CLIENT_ID
   * AUTH0_DOMAIN
   * HOST
   * PORT

...in client code.

Also fixed a few eslint warnings. One file at a time...

Bumped node and npm version in package.json.
@jordanh jordanh closed this as completed Apr 16, 2016
jordanh added a commit that referenced this issue Apr 17, 2016
* First pass at Dokku staging/production configuration

Added template `.env` as `.env.example`

Modified various files to use .env options

Added app.json with postdeploy hook.

Updated package.json:
   * Updated description
   * `npm start` now starts production mode by default
   * Readded engines section to make dokku happy

Added dotenv processing in two spots:
   * `src/server/database/setupDB.babel.js` and,
   * `src/server/server.js`

Removed `src/server/secrets.js`.

* Added .env expansion to client webpack configuration.

Uses webpack's EnvironmentPlugin to expand...

   * AUTH0_CLIENT_ID
   * AUTH0_DOMAIN
   * HOST
   * PORT

...in client code.

Also fixed a few eslint warnings. One file at a time...

Bumped node and npm version in package.json.
jordanh added a commit that referenced this issue Apr 29, 2016
Moving toward new Action UI w/inline styles:

   * Changed from streaming to synchronous string replacement
   * Implemented on MeetingLayout container
   * Added a hacky yet functional means of pre-computing styles for production
   * Removed unused containers and components.
   * Added new MeetingLayout container.
   * Added new Sidebar component.
   * Added new AdvanceLink component.
   * Styles moved from SASS to JS, and moved from theme/ to styles/theme
   * Using tinycolor2 for runtime color computation
   * Added typography to theme. Restructured theme directory.
   * Stripped LESS & SASS from project.

Also:

* Dokku #36 merge (#37)
* First pass at Dokku staging/production configuration

Added template `.env` as `.env.example`
Modified various files to use .env options

Added app.json with postdeploy hook.

Updated package.json:
   * Updated description
   * `npm start` now starts production mode by default
   * Readded engines section to make dokku happy

Added dotenv processing in two spots:
   * `src/server/database/setupDB.babel.js` and,
   * `src/server/server.js`

Removed `src/server/secrets.js`.

* Added .env expansion to client webpack configuration.

Uses webpack's EnvironmentPlugin to expand...

   * AUTH0_CLIENT_ID
   * AUTH0_DOMAIN
   * HOST
   * PORT

...in client code.

Bumped node and npm version in package.json.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant