Skip to content

ESmink/celix-site

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Celix website

This is the website for Apache Celix, hosted at:

https://celix.apache.org/

Repository Structure

This repository contains:

  1. src/: the source of the site, including markdown files containing the bulk of the content
  2. build.py: generates site/ directory, which contains the celix website
  3. celix/: the celix sourcecode

Cloning this repo

This repository can be cloned as usual. Because the website is using the offical celix repository as submodule, some extra commands need to be executed. Run this after cloning and the 'celix' directory will be initialized:

$ git submodule init
$ git submodule update

More about submodules can be found here

Server build instructions

building

cd path/to/build.py
./build.py

A test-server will run on localhost:8000

installing

  1. install python (tested versions: 2.7.10)
  2. install markdown2

About

Mirror of Apache Celix Site

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 46.3%
  • Python 27.7%
  • HTML 22.6%
  • JavaScript 3.4%