Giter Club home page Giter Club logo

aclark-net-2015-2's Introduction

Introduction

The ACLARK.NET, LLC website.

https://github.com/ACLARKNET/aclark_net_website/raw/master/screenshot.png

Diazo theme

This repository contains two Diazo themes: one for Plone and one for Wordpress. The Plone theme is installed via plone.app.theming and the Wordpress theme is compiled with Diazo and served by Apache via mod_transform.

Plone

The Diazo theme for Plone is contained within the src/plonetheme.aclarknet/ package.

Wordpress

The Diazo theme for Wordpress is contained within the top level theme/ directory.

Buildout

The buildout in this repository follows a popular convention of having no default configuration file, forcing the end user to select a configuration by copying and editing a template configuration file. See the installation instructions below for more information.

Installation

Develop

To develop the ACLARK.NET, LLC website, copy buildout.cfg.in to buildout.cfg then select the development configuration file by uncommenting the appropriate parameter value, e.g.:

[buildout]
extends =
    conf/develop.cfg
#    conf/production.cfg
#    conf/staging.cfg

Now do this:

$ python2.6 bootstrap.py -d
$ bin/buildout
$ bin/plone fg

Then open http://localhost:8080 in your browser.

Deploy

To deploy the ACLARK.NET, LLC website, follow the development steps above but select the production configuration file instead. Then:

$ python2.6 bootstrap.py -d
$ bin/buildout
$ bin/plone start

aclark-net-2015-2's People

Contributors

aclark4life avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.