Version 2, last updated by dpp at May 05, 2011 16:56 UTC
Modifying liftweb
If you want to change something on liftweb.net you just have to follow these steps:
- Clone hoisted:
git clone https://github.com/dpp/hoisted.git - Clone the liftweb site:
git clone git@github.com:lift/cms_site.git - Change the file
src/main/resources/props/Mads.propsto point to your local version of the cms_site (where Mads is your username). Here’s an examplecms.root=/Users/Mads/dev/projects/cms_site. You can commit this change as long as there are no other Lift committers with the same username as you have. - Fire up jetty-run in the hoisted project and it should render the site.
- Make your changes to your local cms_site project and refresh the browser – no need to run jetty-restart.
- When you’re done commit and push the changes you made to the cms_site project.