GemaCrypt - Hebrew & Greek Gematria Calculator

Thank you for downloading GemaCrypt!

GemaCrypt is a powerful web application for exploring the hidden meanings in Hebrew and Greek texts through gematria calculations. With this app, you can decode Hebrew words to find their numerical values, discover words with matching gematria that are considered spiritual synonyms, and use various Hebrew encryption algorithms like AL-BaM, AT-BaSh, ACh-BI, AYiK-BeCheR, and others to uncover hidden meanings. The application supports multiple gematria systems including Ragil, Katan, HaKlali, Kolel, HaKadmi, HaPerati, and Miluy, making it an essential tool for biblical research, Kabbalah study, and Hebrew cryptography.


Table of Contents


Installation Instructions

This README provides step-by-step instructions for installing GemaCrypt on various web server operating systems.


For Linux Systems (Debian, Ubuntu, CentOS, Red Hat)

  1. Access your server via SSH:
  2. ssh username@your-server-ip📋
  3. Download the installation script:
  4. wget https://raw.githubusercontent.com/bumpper/GemaCrypt/main/install.sh📋

    *OR if you have the file locally, upload it to your server*

  5. Make the script executable:
  6. chmod +x install.sh📋
  7. Run the installation script with sudo privileges:
  8. sudo bash install.sh📋
  9. Follow the interactive prompts:

For macOS Systems

  1. Open Terminal application:
  2. Download the installation script:
  3. curl -O https://raw.githubusercontent.com/bumpper/GemaCrypt/main/install.sh📋
  4. Make the script executable:
  5. chmod +x install.sh📋
  6. Run the installation script:
  7. bash install.sh📋

    *Note: The script will automatically install Homebrew if it is not already installed.*


For FreeBSD Systems

  1. Access your server console or SSH:
  2. ssh username@your-server-ip📋
  3. Download the installation script:
  4. fetch https://raw.githubusercontent.com/bumpper/GemaCrypt/main/install.sh📋
  5. Make the script executable:
  6. chmod +x install.sh📋
  7. Run the installation script as root:
  8. su -
    bash install.sh📋

For OpenBSD Systems

  1. Access your server console or SSH:
  2. ssh username@your-server-ip📋
  3. Download the installation script:
  4. ftp https://raw.githubusercontent.com/bumpper/GemaCrypt/main/install.sh📋
  5. Make the script executable:
  6. chmod +x install.sh📋
  7. Run the installation script as root:
  8. doas bash install.sh📋

For Solaris Systems

  1. Access your server console or SSH:
  2. ssh username@your-server-ip📋
  3. Download the installation script:
  4. wget https://raw.githubusercontent.com/bumpper/GemaCrypt/main/install.sh📋
  5. Make the script executable:
  6. chmod +x install.sh📋
  7. Run the installation script with appropriate privileges:
  8. pfexec bash install.sh📋

For Windows Systems

Note: The script now supports Windows via Windows Subsystem for Linux (WSL).

  1. Install Windows Subsystem for Linux (WSL):
  2. Run the installation script in WSL:
  3. *If WSL is already installed, simply run the script in your WSL terminal.*


What the Script Does Automatically:


Required Dependencies:

The script will install these packages based on your operating system:

Core Components:

Additional PHP Extensions:

CORS Support:


After Installation:

Access your GemaCrypt application at: http://radius.center/gemacrypt/

Application Components:

Database Information:


Troubleshooting:

Common Issues:

Manual Configuration:

If automatic configuration fails, you may need to manually:


Support:

For issues or questions about GemaCrypt functionality, visit: https://github.com/bumpper/GemaCrypt

For a better understanding of Gematria and Hebrew encryption please see the help at http://radius.center/gemacrypt/help.html

The installation script supports automatic deployment on all major web server operating systems with intelligent OS detection and appropriate package management.