This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.sixdimensions.wcm.cq.it; | |
| import java.io.IOException; | |
| import org.apache.sling.testing.tools.http.RequestExecutor; | |
| import org.apache.sling.testing.tools.sling.SlingClient; | |
| import org.apache.sling.testing.tools.sling.SlingTestBase; | |
| import org.slf4j.Logger; | |
| import org.slf4j.LoggerFactory; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # a script to make it easier for developers to start multiple CQ instances | |
| # Default Settings | |
| version=5.6.1 | |
| root=~/dev/cq | |
| publish= | |
| debug="true" | |
| gui=-gui |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # jekyll Starts and stops Jekyll | |
| # | |
| # | |
| # chkconfig: - 85 15 | |
| # description: Jekyll is a Ruby based website caching engine | |
| # processname: jekyll | |
| # pidfile: /var/run/jekyll.pid | |
| # Configure your values here |
NewerOlder