Landing page for apps.fedoraproject.org

Ralph Bean rbean at redhat.com
Mon Nov 5 20:42:46 UTC 2012


On Mon, Nov 05, 2012 at 12:03:06PM -0800, Karsten 'quaid' Wade wrote:
> If I want to use this for a different community, where do I start? Is it
> as straightforward as forking the codebase, tweaking data/apps.yaml, and
> hosting it on a TG stack?

No TG necessary.. it's all static files to be served by apache or nginx or
whatever you have.

Fork, tweak, and run the following to regenerate some of the static
pieces from data/apps.yaml.
  
    python bin/yaml2html.py > apps-yaml.html 
    python bin/yaml2json.py > js/data.js 



More information about the websites mailing list