saxifrage / cityasacampus

An open-source platform for connecting and showcasing resources within local learning communities.
http://cityasacampus.org/
5 stars 4 forks source link

Install #356

Closed MatthewVita closed 8 years ago

chadwhitacre commented 8 years ago

@MatthewVita What's going on in this PR? ef04774672fe50d57a1197c2592defcf02a0f911 is almost identical to fc986924d5f31bdc2cdbe3bb520c7b8bafb208a1 over on #355. Here's a diff of the patches:

--- fc986924d5f31bdc2cdbe3bb520c7b8bafb208a1.patch  2015-11-27 10:31:19.000000000 -0500
+++ ef04774672fe50d57a1197c2592defcf02a0f911.patch  2015-11-27 10:31:24.000000000 -0500
@@ -1,4 +1,4 @@
-From fc986924d5f31bdc2cdbe3bb520c7b8bafb208a1 Mon Sep 17 00:00:00 2001
+From ef04774672fe50d57a1197c2592defcf02a0f911 Mon Sep 17 00:00:00 2001
 From: Matthew Vita <matthewvita@live.com>
 Date: Thu, 26 Nov 2015 16:18:16 -0500
 Subject: [PATCH] automated dev install
@@ -111,7 +111,7 @@
  ## License
 diff --git a/dev/README.md b/dev/README.md
 new file mode 100644
-index 0000000..a290144
+index 0000000..0e458f9
 --- /dev/null
 +++ b/dev/README.md
 @@ -0,0 +1,8 @@
@@ -121,7 +121,7 @@
 +
 +```bash
 +git clone https://github.com/saxifrage/cityasacampus.git /home/$(whoami)/cityasacampus &&
-+cd /home/$(whoami)/cityasacampus/dev && ./install.sh
++cd /home/$(whoami)/cityasacampus/dev/src && ./install.sh
 +```
 diff --git a/dev/src/bundler.sh b/dev/src/bundler.sh
 new file mode 100755
@@ -138,20 +138,19 @@
 \ No newline at end of file
 diff --git a/dev/src/install.sh b/dev/src/install.sh
 new file mode 100755
-index 0000000..84f7276
+index 0000000..f272a2a
 --- /dev/null
 +++ b/dev/src/install.sh
 @@ -0,0 +1,9 @@
 +#!/bin/bash
 +
-+./src/system.sh &&
-+./src/node_npm_gulp.sh &&
-+./src/ruby_gem_rake.sh &&
-+./src/rails.sh &&
-+./src/bundler.sh &&
-+./src/postgres.sh &&
-+./src/project.sh
-\ No newline at end of file
++./system.sh &&
++./node_npm_gulp.sh &&
++./ruby_gem_rake.sh &&
++./rails.sh &&
++./bundler.sh &&
++./postgres.sh &&
++./project.sh
 diff --git a/dev/src/node_npm_gulp.sh b/dev/src/node_npm_gulp.sh
 new file mode 100755
 index 0000000..879dcc4