Skip to content

Instantly share code, notes, and snippets.

@ellipsonic
ellipsonic / RocketChat.sh
Created August 8, 2015 17:08
Meteor Rocket Chat
# Update
sudo apt-get -y update
# Install git and curl
sudo apt-get -y install curl
sudo apt-get -y install git
sudo apt-get -y install mongodb
# Install meteor
sudo curl https://install.meteor.com/ | sh
# Update
sudo apt-get -y update
# Install git and curl
sudo apt-get -y install curl
sudo apt-get -y install git
# Clone the repo
git clone git://github.com/c9/core.git c9sdk
cd c9sdk
# Update core
sudo apt-get update
# Install dependencies
sudo apt-get install python-pip python-dev build-essential
# Install Wagtail
pip install wagtail
# Start your site
@ellipsonic
ellipsonic / CanvasLMS.sh
Last active August 29, 2015 14:26
InstructureCanvas
#!/bin/bash
# BEGIN-NOTICE
# Copyright (C) 2014 Benjamin Porter
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
@ellipsonic
ellipsonic / keystone.sh
Created July 29, 2015 13:45
KeystoneDemo
# Install dependencies
sudo apt-get install python-software-properties
sudo apt-get install -y curl
# Install nodejs and npm
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
sudo apt-get install -y nodejs
sudo apt-get update
# Install mongoDB
@ellipsonic
ellipsonic / neo4jServerDeploy.sh
Created July 21, 2015 15:09
Neo4j Server Deploy
# Update system files
apt-get update
apt-get install -y sudo
# Install dependencies
sudo apt-get install -y git
sudo apt-get install -y openjdk-7-jdk
# Git all files
@ellipsonic
ellipsonic / OrangeHRM.sh
Last active April 4, 2018 08:47
OrangeHRM
#!/bin/bash
php_config_file="/etc/php5/apache2/php.ini"
#Instructions to use this script
#
#chmod +x SCRIPTNAME.sh
#
#sudo ./SCRIPTNAME.sh
@ellipsonic
ellipsonic / App script for OrangeHRMS
Last active August 29, 2015 14:25
OrangeHRMS app
#!/bin/bash
#Instructions to use this script
#
#chmod +x SCRIPTNAME.sh
#
#sudo ./SCRIPTNAME.sh
echo "###################################################################################"
echo "Please be Patient: Installation will start now.......and it will take some time :)"
@ellipsonic
ellipsonic / Lampp.sh
Last active September 19, 2015 16:57
Unattended Lampp Ubuntu 14.04 LTS
#!/bin/bash
#Instructions to use this script
#
#chmod +x SCRIPTNAME.sh
#
#sudo ./SCRIPTNAME.sh
echo "###################################################################################"
echo "Please be Patient: Installation will start now.......and it will take some time :)"
@ellipsonic
ellipsonic / Magento Php Yaml
Created July 16, 2015 08:12
Yaml file to bring up magento instance
# MyApache
# New mysql profile for apache
# Globals
globals: []
version: 0
name: 'Apache server'
description: 'New apache server'
# Interfaces