diff options
author | Pjotr Prins | 2022-12-12 10:31:48 -0600 |
---|---|---|
committer | Pjotr Prins | 2022-12-12 10:31:48 -0600 |
commit | 5675f0a08bc9baff5a5a6f17a79162678be4b0eb (patch) | |
tree | 23d9a4dfacc3b3b14646d432e647b3a9df4db32c /issues/genenetwork1 | |
parent | 43e6e21967590c371cf6b238df1ec21ebd152b95 (diff) | |
download | gn-gemtext-5675f0a08bc9baff5a5a6f17a79162678be4b0eb.tar.gz |
PHP now works on GN1 - need to solidify
Diffstat (limited to 'issues/genenetwork1')
-rw-r--r-- | issues/genenetwork1/gn1-annotation-page-is-broken.gmi | 24 |
1 files changed, 24 insertions, 0 deletions
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 |