topen cosmo-server web page - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations | |
git clone git://src.adamsgaard.dk/cosmo | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit da1c3d90b78b1560d4894d257c7af6a2ed686ca9 | |
parent 8b8c2c9a624e4dc397f070b4b909ae4556c6dd8d | |
Author: Anders Damsgaard | |
Date: Tue, 29 Sep 2015 10:30:00 +0200 open cosmo-server web page Diffstat: M Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/Makefile b/Makefile | |
t@@ -4,7 +4,7 @@ documentroot=/var/www/html #python -m http.server & open "http://localhost:8000" open: - open "http://localhost/~ad/cosmo" + open "http://cosmo.au.dk" && open "http://localhost/~ad/cosmo" folders: mkdir -p input && chmod 777 input && mkdir -p archive |