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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>OnDemand</key> | |
<false/> | |
<key>KeepAlive</key> | |
<true/> | |
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
`import Ember from 'ember'` | |
`import Firebase from 'firebase'` | |
`import config from '../config/environment'` | |
ref = new Firebase(config.firebase); | |
initialize = (container, application) -> | |
session = Ember.Object.extend | |
authed: false | |
init: () -> |
###Full Charter Cruise Ship Booking Plugin
####Terminology Variable Product (parent) -> "Room Type" Product Variation (child) -> "Max Occupancy, location on ship, etc."
####Custom Price Fields on Variable Product General Tab 5 static price points (custom fields) assigned to parent variable product “Interior”, “Oceanview”, etc.
- Single Per Guest Price: $999 (prices may vary depending on the room type, but always sold per guest)
- Double Per Guest Price: $499
This file has been truncated, but you can view the full file.
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
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Opening 10 database sessions to library, SQLite 3.8.0.2, threadsafe=1 | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - HTTP requesting to: http://127.0.0.1:32400/:/metadata/notify/cullTimeline?librarySectionID=9&sinceTime=1393615396 | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Scanning TV Shows with 0 current media items in the database... | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Performing a scan with 'Plex Series Scanner' (language: en virtual: 0). | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - * Scanning /media/STORAGE/TV | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - * Scanning directory /media/STORAGE/TV (parent: no) | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Good Luck Charlie | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Psych | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Paw Patrol | |
Feb 28 |
This file has been truncated, but you can view the full file.
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
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Opening 10 database sessions to library, SQLite 3.8.0.2, threadsafe=1 | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - HTTP requesting to: http://127.0.0.1:32400/:/metadata/notify/cullTimeline?librarySectionID=9&sinceTime=1393615396 | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Scanning TV Shows with 0 current media items in the database... | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Performing a scan with 'Plex Series Scanner' (language: en virtual: 0). | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - * Scanning /media/STORAGE/TV | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - * Scanning directory /media/STORAGE/TV (parent: no) | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Good Luck Charlie | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Psych | |
Feb 28, 2014 14:43:16 [0x7ff77714c740] DEBUG - Adding subdirectory for scanner: /media/STORAGE/TV/Paw Patrol | |
Feb 28 |
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
# Install pow | |
$ curl get.pow.cx | sh | |
# Install powder | |
$ gem install powder | |
# See that firewall is fucked | |
$ sudo ipfw show | |
00100 0 0 fwd 127.0.0.1,20559 tcp from any to me dst-port 80 in <- THIS ONE!!! | |
65535 81005 28684067 allow ip from any to any |
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
# Install pow | |
$ curl get.pow.cx | sh | |
# Install powder | |
$ gem install powder | |
# See that firewall is fucked | |
$ sudo ipfw show | |
00100 0 0 fwd 127.0.0.1,20559 tcp from any to me dst-port 80 in <- THIS ONE!!! | |
65535 81005 28684067 allow ip from any to any |
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
# Install pow | |
$ curl get.pow.cx | sh | |
# Install powder | |
$ gem install powder | |
# See Pow takes over port 80 in the firewall... even though nginx was using it... | |
$ sudo ipfw show | |
00100 0 0 fwd 127.0.0.1,20559 tcp from any to me dst-port 80 in <- THIS ONE!!! | |
65535 81005 28684067 allow ip from any to any |
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
mccme-rountrjf:boxen joshua$ git clone https://github.com/boxen/our-boxen.git repo | |
Cloning into 'repo'... | |
remote: Counting objects: 1520, done. | |
remote: Compressing objects: 100% (889/889), done. | |
remote: Total 1520 (delta 675), reused 1346 (delta 522) | |
Receiving objects: 100% (1520/1520), 47.97 MiB | 6.64 MiB/s, done. | |
Resolving deltas: 100% (675/675), done. | |
mccme-rountrjf:boxen joshua$ cd repo | |
mccme-rountrjf:repo joshua$ nano Puppetfile | |
mccme-rountrjf:repo joshua$ cd ../ |