filecoin-project / orient

↻Observe-Orient-Decide-Act↩
MIT License
18 stars 6 forks source link

Initial Heroku configuration. #6

Closed porcuquine closed 5 years ago

porcuquine commented 5 years ago

TODO: graph generation currently encounters error while trying to create a file in /tmp.


Load with ASDF not Quicklisp.

Add home dir to central registry.

Load orient.asdf then quickload.

Add build-dir to asdf:central-registry.

Don't require web.

Quickload when launching.

Use build dir when launching.

Use load dir when launching.

Use load directory, not filename.

Try dumping image to avoid startup timeout.

Run ubercalc with web.

Don't escape quotation marks in source.

Provide absolute path to ubercalc in Procfile.

Try to dump image into build dir.

Add dummy executable name argument.

Use flag when passing port.

Parse port before using.

Join webserver thread to foreground.

Fix web calcs broken by parameter-name changes.

Use \$HOME rather than hard-coded directory. Use graphviz buildpack.

Document multiple buildpack setup.

Ensure /tmp directory exists.

Use uiop:default-temporary-directory instead of /tmp.