Skip to content

Instantly share code, notes, and snippets.

View rfilmyer's full-sized avatar
😌
Vibing

Roger Filmyer rfilmyer

😌
Vibing
View GitHub Profile
@rfilmyer
rfilmyer / zulip-install-dump
Created November 4, 2015 16:22
Logs from installing Zulip 1.3.7
[only dist-upgrade dumps before this line]
+ mkdir -p /etc/zulip
+ echo -e '[machine]\npuppet_classes = zulip::voyager\ndeploy_type = voyager'
+ /root/zulip/scripts/zulip-puppet-apply -f
Warning: Could not retrieve fact fqdn
Warning: Config file /etc/puppet/hiera.yaml not found, using Hiera defaults
Notice: Compiled catalog for roger-virtualbox in environment production in 0.59 seconds
Notice: /Stage[main]/Zulip::Nginx/Package[nginx-full]/ensure: ensure changed 'purged' to 'present'
Notice: /Stage[main]/Zulip::Nginx/File[/etc/nginx/nginx.conf]/content: content changed '{md5}a85dcbc5367783f3d42d0b7eab22ea50' to '{md5}b89ac81eb60b5e363f9ecf9683599307'
@rfilmyer
rfilmyer / org.zedapp.zedd.plist
Last active August 29, 2015 14:25
A sample LaunchAgent for zedd, with node installed through MacPorts. Change the path of node and of zedd to fit your installation.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.zedapp.zedd</string>
<key>ProgramArguments</key>
<array>
<string>/opt/local/bin/node</string>
<string>/opt/local/bin/zedd</string>
@rfilmyer
rfilmyer / .zeddrc
Created July 19, 2015 16:47
A sample .zeddrc configuration for use with zedd, the daemon that lets you remotely edit files with Zed.
{
"remote": true,
"user": "demonstration",
"pass": "how to fly",
"root": "Documents"
}