Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Source files for web site deployment.

License

PXG-Arma/Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix Group Web Site Development Repo

This repository contains source files for the PXG web site. It is also the place where its development happens. The site is deployed in repo PXG-Arma/PXG-Arma.github.io.

To deploy the web site, PHP sources need to be compiled to HTML, possibly with the help of the tools listed below.

Building

Dependencies:

  • A Unix system or Cygwin
  • GNU Make
  • PHP (version 8 or greater)
  • rsync

The web page sources are located in the root of the repo. Build process is automated with a makefile. PHP files can be compiled to HTML using the following command (executed in the repo root):

make html

Compiled HTML files are placed in the directory build. To sync them, including the static content, to the deployment repo with rsync, use:

make sync

The sync operation assumes that the deployment repo PXG-Arma/PXG-Arma.github.io is cloned in the same directory as this repo. For example in a directory named PXG:

PXG
├── PXG-Arma.github.io
└── Website

About

Source files for web site deployment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •