https://github.com/daniel-sc/casperjs-cartridge
CasperJS / PhantomJS cartridge for openshift
https://github.com/daniel-sc/casperjs-cartridge
Last synced: 5 months ago
JSON representation
CasperJS / PhantomJS cartridge for openshift
- Host: GitHub
- URL: https://github.com/daniel-sc/casperjs-cartridge
- Owner: daniel-sc
- License: other
- Created: 2014-10-01T19:23:04.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T21:09:03.000Z (over 11 years ago)
- Last Synced: 2025-10-08T06:45:09.040Z (10 months ago)
- Language: JavaScript
- Size: 14 MB
- Stars: 6
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenShift CasperJS Cartridge
This cartridge installs [PhantomJS](http://phantomjs.org/) and [CasperJS](http://casperjs.org/).
## Get Started
Install cartridge via "Install your own Cartridge" using the link https://raw.githubusercontent.com/daniel-sc/casperjs-cartridge/master/metadata/manifest.yml .
SSH into your gear and check if its working:
```
`echo $OPENSHIFT_CASPERJS_BIN_DIR`casperjs --version
`echo $PHANTOMJS_EXECUTABLE` -v
```
(You might need to restart the app to have the environment variables available)