Skip to content

Instantly share code, notes, and snippets.

@ellipsonic
Last active September 21, 2015 01:02
Show Gist options
  • Save ellipsonic/8f7a58d88fda82c9d901 to your computer and use it in GitHub Desktop.
Save ellipsonic/8f7a58d88fda82c9d901 to your computer and use it in GitHub Desktop.
openNote
# Update main packages
sudo apt-get update
# Add dependencies
sudo apt-get -y install software-properties-common
sudo apt-get -y install git
# Setup LAMP
git clone https://gist.github.com/807f87ce2bd40d0f4539.git
cd 807f87ce2bd40d0f4539
chmod +x Lampp.sh
# Get into /var/www and clone Paperwork
cd /var/www
sudo rm -rf *
sudo rm -rf .*
sudo git clone https://github.com/FoxUSA/OpenNote.git .
@ellipsonic
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment