This file contains 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
<?php namespace ProcessWire; | |
// Using the Woocommerce/WP REST API and bootstrapping a processwire site from the script, | |
// build a csv (to be imported into a processwire link rewrite/redirect module) to ensure | |
// no dead links after site migrations from woocommerce to processwire. | |
require('/yourpwinstall/wire/core/ProcessWire.php'); | |
$st = new ProcessWire('/your/site/location/', 'https://yoururl.yours'); |
This file contains 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
source 'https://rubygems.org' | |
gem 'rails', '3.2.9' | |
# Postgres Database | |
gem 'pg' | |
# Twitter API | |
gem 'twitter' |
NewerOlder