[feature] Prototype a Heroku deployment of hosted cellxgene (#1427)

* hello world

* stuff

* successful build

* updates"

* maybe a basic example

* simplify

* reamde into dockerfile

* some more stuff

* Release procfile

* package.json at top levle

* don't release in procfile for now

* more package.json stuff

* copy assets

* merge master

* not in the relase phase

* revert not necessary

* pin gunicorn version

* reset common.mk

* Update package.json

Co-authored-by: Madison Dunitz <dunitzm@gmail.com>
This commit is contained in:
Eduardo Lopez
2020-04-24 12:44:38 -07:00
committed by GitHub
co-authored by Madison Dunitz
parent d31b7dc797
commit 565a3f148d
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
web: gunicorn --chdir server/eb app:application --log-file -
+6
View File
@@ -0,0 +1,6 @@
{
"name": "cellxgene",
"scripts": {
"postinstall": "npm install --prefix client && npm run build --prefix client && make copy-client-assets"
}
}
+1
View File
@@ -0,0 +1 @@
-r ./server/requirements.txt
+1
View File
@@ -19,3 +19,4 @@ scipy>=1.3.0
requests>=2.22.0
tiledb>=0.5.3
s3fs>=0.4.2
gunicorn>=20.0.4