User Tools

Site Tools


gemini-php

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
gemini-php [2020/09/28 03:15]
admin
gemini-php [2020/09/28 04:10] (current)
admin
Line 1: Line 1:
 ====== Gemini-PHP ====== ====== Gemini-PHP ======
-A Gemini server written in PHP.  This code is designed to be simple to understand (we'll use it in our socket programming workshops). ​ If you have any questions or want to get in touch, you can join our community on Matrix at **#​gemini-php:​glasgow.social**+[[https://​gemini.circumlunar.space/​|Gemini]] server written in PHP.  This code is designed to be simple to understand (we'll use it in our socket programming workshops). ​ If you have any questions or want to get in touch, you can join our community on Matrix at **#​gemini-php:​glasgow.social**
  
 Our offical Gemini page is **[[gemini://​glasgow.social/​gemini-php]]** Our offical Gemini page is **[[gemini://​glasgow.social/​gemini-php]]**
Line 23: Line 23:
   * Combine your private key with the certificate and put it in the ''​certs''​ directory   * Combine your private key with the certificate and put it in the ''​certs''​ directory
 <code bash> <code bash>
- ​*  ​cp cert.pem certs/​combined.pem +cp cert.pem certs/​combined.pem 
- *  ​cat key.pem >> certs/​combined.pem+cat key.pem >> certs/​combined.pem
 </​code>​ </​code>​
   * Create a config file   * Create a config file
Line 37: Line 37:
   * You should be able to visit your new server in any Gemini client (remember to open your firewall if needed [port 1965]).   * You should be able to visit your new server in any Gemini client (remember to open your firewall if needed [port 1965]).
   * The default file it serves (like an index.html) is at ''​hosts/​default/​index.gemini''​   * The default file it serves (like an index.html) is at ''​hosts/​default/​index.gemini''​
 +  * We recommend [[https://​github.com/​skyjake/​lagrange|Lagrange]] if you haven'​t settled on a Gemini client yet.
gemini-php.1601259337.txt.gz · Last modified: 2020/09/28 03:15 by admin