User Tools

Site Tools


gemini-php

Differences

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

Link to this comparison view

Next revision
Previous revision
Last revision Both sides next revision
gemini-php [2020/09/28 02:44]
admin created
gemini-php [2020/09/28 03:18]
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** 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**
 +
 +Our offical Gemini page is **[[gemini://​glasgow.social/​gemini-php]]**
  
 ===== Download ===== ===== Download =====
Line 21: 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
gemini-php.txt · Last modified: 2020/09/28 04:10 by admin