Last active
September 21, 2015 01:02
-
-
Save ellipsonic/8f7a58d88fda82c9d901 to your computer and use it in GitHub Desktop.
openNote
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
# 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 . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/FoxUSA/OpenNote