8000 GitHub - jodoglevy/btcidea
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jodoglevy/btcidea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

btcidea

Description

BtcIdea description TBD

Installation

Dependencies

BtcIdea depends on the following components:

  • A web server that supports PHP 5.5 or later, with HTTPS configured
  • A local or remote MySQL database server
  • An Amazon Web Services subscription, for using the AWS Simple Email Service (SES)

Configuration

Set the following environment variables on the web server that will be hosting BtcIdea:

  • CUSTOMCONNSTR_EncryptionKey - A random 32 character string of uppercase letters, lowercase letters, and numbers. This is used for data encryption.
  • MYSQLCONNSTR_BtcDbConnection - The connection string for the MySQL server, in the format Database=database-name;Data Source=MySQL-server-hostname-or-IP;User Id=username;Password=password
  • CUSTOMCONNSTR_AwsSesSmtp - SMTP credentials with access to the AWS SES service, in the format {"SMTP_Username": "username-goes-here", "SMTP_Password": "password-goes-here"}

Folder Structure

  • The site folder contains the BtcIdea website source code
  • The sql folder contains the database schema for the BtcIdea MySQL database

License

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License. You can read the full license here or a human-readable version here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0