Assumptions
- Your system has been configured using the steps outlined in part 1 (see: prepare your Windows machine for Plone).
- You have a reasonably reliable internet connection
You now have all the tools needed to build a full Plone environment. Plone uses a tool called "buildout" for managing builds, this makes it possible to distribute build configurations using git or other revision management tools. The folder where your build configuration exists is also referred to as a buildout. We will checkout an existing buildout called "themedev.buildout". The intention of the "themedev.buildout" is to provide all the tools needed for Plone theme development.
In the steps below you will clone the buildout then run an initializaton script called "setup.bat"
In the steps below you will clone the buildout then run an initializaton script called "setup.bat"
Step 1 - Install Virtualenv
Launch git bash and run the following to install virtualenv.pip install virtualenv
Step 2 - Clone the buildout, run the setup script and bin/buildout
git clone https://github.com/collective/themedev.buildout
cd themedev.buildout
./setup.bat
bin/buildout
Day to Day Usage
To launch the instance run the following:
bin/instance fg
No comments:
Post a Comment