Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
/ tvbands.org Public archive

Bolt installation / customizations for tvbands.org

Notifications You must be signed in to change notification settings

rickhutcheson/tvbands.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Development Process

Prerequisites

  • Any *nix-like system (for running Makefiles)
  • PHP installation satisfying:
    • All of Bolt's requirements
    • The curl extension
    • The exif extension
    • The iconv extension
    • The zip extension
    • The openssl extension
    • Running "phar" files (The phar extension must be enabled or able to be configured)

Getting Started

Run make in the repository for help; make dev-init is a good starting point.

Release Process

Dreamhost Setup

  1. Your PHP CLI must use the same version as the website. Update your .bash_profile to include the following lines. (Assuming PHP 7.3)

     # Inside /home/<username>/.bash_profile
     export PATH=/usr/local/php73/bin:$PATH
    
  2. The phprc file (/home/<username>/.php/<version>/phprc) must be updated from the src/setup/php.prod.ini file

     # Inside /home/<username>/.php/<version>/phprc
     <contents of src/setup/php.ini>
    

Environment

  • After cloning repository, directories database and files should be added.
  • The simplest way to do this is to use make init-dev

Work to Do

  • Setup a separate php.ini for dev-server; timezone must be set.

Release Process

About

Bolt installation / customizations for tvbands.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published