Giter Site home page Giter Site logo

kvazar-network / geminiapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 26 KB

KevaCoin Explorer for Gemini Protocol

License: MIT License

PHP 100.00%
blockchain-explorer explorer gemini gemini-protocol kevacoin kevacoin-explorer manticore kevacoin-gemini kevacoin-search-engine kva

geminiapp's Introduction

KVAZAR geminiapp

KevaCoin Explorer for Gemini Protocol

Live

  • gemini://[301:23b4:991a:634d::db] - Yggdrasil
    • gemini://kvazar.ygg - Alfis DNS
    • gemini://kvazar.duckdns.org - Clearnet

Install

  1. wget https://repo.manticoresearch.com/manticore-repo.noarch.deb
  2. dpkg -i manticore-repo.noarch.deb
  3. apt update
  4. apt install git composer memcached manticore manticore-extra php-fpm php-mysql php-mbstring
  5. git clone https://github.com/kvazar-network/geminiapp.git
  6. cd geminiapp
  7. composer update

Setup

  1. cd geminiapp
  2. mkdir host/127.0.0.1
  3. cp example/config.json host/127.0.0.1/config.json
  4. cd host/127.0.0.1
  5. openssl req -x509 -newkey rsa:4096 -keyout key.rsa -out cert.pem -days 365 -nodes -subj "/CN=127.0.0.1"

Index

To update index, use crawler

Launch

php src/server.php 127.0.0.1

When launching server with systemd, just make sure that manticore service already running:

[Unit]
Wants=manticore.service
After=manticore.service
...

Update

  1. cd geminiapp
  2. git pull - get latest codebase from this repository
  3. composer update - update vendor libraries

geminiapp's People

Contributors

d47081 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.