This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // file: app/frontend/entrypoints/app.jsx | |
| import { render } from 'solid-js/web' | |
| import App from '@/components/App' | |
| import '@/utils/pwa' | |
| const app = document.getElementById('app') | |
| if (app) { | |
| render( | |
| () => <App />, | |
| app |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -ra Montage.orig/grid/Globus/ExecTG/Makefile.LINUX Montage/grid/Globus/ExecTG/Makefile.LINUX | |
| 12c12 | |
| < LIBS = -L../../../lib -lsvc -lmtbl -lwcs -lcfitsio -lcoord -lnsl -lm | |
| --- | |
| > LIBS = -L../../../lib -lsvc -lmtbl -lwcs -lcfitsio -lcoord -lm | |
| diff -ra Montage.orig/grid/Globus/NotifyTG/Makefile.LINUX Montage/grid/Globus/NotifyTG/Makefile.LINUX | |
| 12c12 | |
| < LIBS = -L../../../lib -lsvc -lmtbl -lwcs -lcfitsio -lcoord -lnsl -lm | |
| --- | |
| > LIBS = -L../../../lib -lsvc -lmtbl -lwcs -lcfitsio -lcoord -lm |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Rank | Type | Prefix/Suffix | |
|---|---|---|---|
| 1. | Prefix | my+ | |
| 2. | Suffix | +online | |
| 3. | Prefix | the+ | |
| 4. | Suffix | +web | |
| 5. | Suffix | +media | |
| 6. | Prefix | web+ | |
| 7. | Suffix | +world | |
| 8. | Suffix | +net | |
| 9. | Prefix | go+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Use this as a run script with daemontools or runit | |
| ## ABSOLUTE path to the spawn-fcgi binary | |
| SPAWNFCGI="/usr/bin/spawn-fcgi" | |
| ## ABSOLUTE path to the FastCGI application (php-cgi, dispatch.fcgi, ...) | |
| FCGIPROGRAM="/usr/bin/php5-cgi" | |
| ## bind to unix socket |

