14 Commits

Author SHA1 Message Date
Alexis Saettler 6a0af31efc chore: switch to main branch 2022-01-13 20:54:34 +01:00
Alexis Saettler 570dde1a13 refactor: remove assets from repository (#4759)
BREAKING CHANGE: The assets are no longer embedded in source code: javascript, css, font files. Run `yarn install` then `yarn run production` to recreate them from sources, or download a [release file](https://github.com/monicahq/monica/releases) that contains compiled files.

BREAKING CHANGE: For Heroku users: You'll have to manually go to `Settings` > `Buildpacks` and add buildpack: `nodejs`. See [this doc](https://github.com/monicahq/monica/blob/master/docs/installation/providers/heroku.md#update-from-2x-to-3x).

BREAKING CHANGE: See more information about how to install a Monica instance [here](https://github.com/monicahq/monica/tree/master/docs/installation).
2021-04-30 14:35:59 +02:00
Quentin Mazars-Simon e26662933a docs: add APP_URL to Heroku template (#4736) 2020-12-31 11:31:10 +01:00
Alexis Saettler f45897ea23 feat: use JawsDB by default on heroku instances (#3091) 2019-10-16 19:47:56 +02:00
Alexis Saettler d627a6f4ca fix: fix setup process (#2688) 2019-05-16 23:21:51 +02:00
Alexis Saettler eaf2f35dd9 docs: update installation documentation (#2661) 2019-05-11 12:57:49 +02:00
Alexis Saettler de3f3917bb fix(command): Cache configuration on Update in production (#1688) 2018-08-24 08:36:03 +02:00
Régis Freyd 87cbc2e048 Change logo used on Heroku (#1263) 2018-05-02 18:22:13 -04:00
Alexis Saettler a394425fe1 Some cleanups (#1261) 2018-05-02 19:17:24 +02:00
Alexis Saettler 67aa882eee Open register page after a clean installation (#954)
* Redirect to /register if there is no account
* Remove default creation for admin@admin.com
2018-03-13 23:28:42 +01:00
Alexis Saettler 12d00dbc96 Improve heroku integration (#970) 2018-03-06 00:39:44 +01:00
Alexis Saettler 12598769f9 Fix heroku deploy (#901)
default login created after installation : 'admin@admin.com' / 'admin'
2018-02-16 08:28:11 +01:00
Régis Freyd 99dadf7de2 Refactor instructions for Heroku (#232) 2017-06-12 11:24:09 -04:00
Brandon Turner 03abab2f96 Deployment heroku button (#225)
Close #215
2017-06-12 10:40:14 -04:00