Skip to content

Instantly share code, notes, and snippets.

View attackant's full-sized avatar

Damian attackant

  • 02:03 (UTC -06:00)
View GitHub Profile
@reywood
reywood / meteor-init-script
Last active July 27, 2017 18:05
SysVinit boot script for running a bundled Meteor app under Forever as a service. Should work with CentOS, Redhat, Amazon Linux, etc.
#!/bin/bash
#
# Service script for running a bundled Meteor application under Forever.
# Meteor settings JSON file should be in /etc/meteor/[YOUR APP NAME].json,
# and the METEOR_SETTINGS var below should be updated as appropriate.
#
# chkconfig: 345 80 20
# description: My node app
#
@supercleanse
supercleanse / custom_signup.php
Created February 5, 2013 05:23
Shows how to add custom variables to a memberpress signup form.
<?php
/*
Plugin Name: MemberPress Custom Membership Signup
Plugin URI: http://memberpress.com
Description: Adds some custom fields to the MemberPress signup process
Version: 1.0.0
Author: MemberPress
Author URI: http://memberpress.com
Text Domain: memberpress
*/