Skip to content

henry860520/coscup2015-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COSCUP Website

Prerequisite

  • php interpreter

Init submodules

  • git submodule init
  • git submodule update

Configuration

Copy the following two configuration files and rename as config.php. Update according to your build environment.

  • deploy/config.example.php -> deploy/config.php
  • deploy/marksite/config.example.php -> deploy/marksite/config.php (optional, could be inherited from config.php above)

HTML generation

Update web content by executing the following command:

cd deploy ; php update.php

Verify

  • Launch a http server to host generated content.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 51.4%
  • HTML 28.6%
  • JavaScript 16.4%
  • CSS 3.6%