From 5675f0a08bc9baff5a5a6f17a79162678be4b0eb Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 12 Dec 2022 10:31:48 -0600 Subject: PHP now works on GN1 - need to solidify --- .../genenetwork1/gn1-annotation-page-is-broken.gmi | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'issues') diff --git a/issues/genenetwork1/gn1-annotation-page-is-broken.gmi b/issues/genenetwork1/gn1-annotation-page-is-broken.gmi index dcc226a..ce9ad82 100644 --- a/issues/genenetwork1/gn1-annotation-page-is-broken.gmi +++ b/issues/genenetwork1/gn1-annotation-page-is-broken.gmi @@ -88,3 +88,27 @@ For simplicity we may switch to php-cgi => https://stackoverflow.com/questions/28823252/installing-php-5-3-29-from-sources-on-ubuntu-14-with-apache-2-module => https://www.bobulous.org.uk/coding/apache-php-cgi.html + +## Test instance of GN1 + +I started a test instance that listens on port 8044 and is hosted in this dir and started with: + +``` +gn1@tux01:~/production/gnshare/gn-pjotr-test +. .guix-deploy +gn1@tux01 ~/production/gnshare/gn-pjotr-test [env]$ httpd -f `pwd`/etc/pjotr-test-httpd.conf +``` + +Restart with + +``` +pkill httpd ; sleep 1 ; httpd -f `pwd`/etc/pjotr-test-httpd.conf +``` + +Created a file in web/test/index.html and it displays as + +=> http://gn1-pjotr.genenetwork.org/test/index.html + +Now a php version + +=> http://gn1-pjotr.genenetwork.org/test/index.php -- cgit v1.2.3