-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
Showing
14 changed files
with
45 additions
and
85 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
repo-add file:/home/vagrant/islandora/camel/karaf/target/classes/features.xml | ||
repo-add file:/home/vagrant/Alpaca/karaf/target/classes/features.xml | ||
feature:install islandora-indexing-triplestore |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
repo-add file:/home/vagrant/islandora/camel/karaf/target/classes/features.xml | ||
feature:install islandora-sync-gateway | ||
repo-add file:/home/vagrant/Alpaca/karaf/target/classes/features.xml | ||
feature:install islandora-sync-gateway |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
bundle:watch --start mvn:ca.islandora.camel.component/islandora-camel-component/0.0.1-SNAPSHOT | ||
bundle:watch --start mvn:ca.islandora.camel.sync/islandora-sync-gateway/0.0.1-SNAPSHOT | ||
bundle:watch --start mvn:ca.islandora.camel.indexing/islandora-indexing-triplestore/0.0.1-SNAPSHOT | ||
bundle:watch --start mvn:ca.islandora.component/islandora-camel-component/0.0.1-SNAPSHOT | ||
bundle:watch --start mvn:ca.islandora.sync/islandora-sync-gateway/0.0.1-SNAPSHOT | ||
bundle:watch --start mvn:ca.islandora.indexing/islandora-indexing-triplestore/0.0.1-SNAPSHOT | ||
logout |
This file contains 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
This file was deleted.
Oops, something went wrong.
17 changes: 10 additions & 7 deletions
17
install/scripts/islandora-camel.sh → install/scripts/alpaca.sh
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,19 @@ | ||
# Islandora Camel Services | ||
echo "Building Islandora Camel Services" | ||
#!/bin/sh | ||
# Alpaca | ||
echo "Building Alpaca" | ||
|
||
HOME_DIR=$1 | ||
|
||
if [ -f "$HOME_DIR/islandora/install/configs/variables" ]; then | ||
. "$HOME_DIR"/islandora/install/configs/variables | ||
fi | ||
|
||
# Chown everything over to the vagrant user just in case | ||
chown -R vagrant:vagrant "$HOME_DIR/.m2" | ||
|
||
cd "$HOME_DIR/islandora/camel" | ||
|
||
cd "$HOME_DIR" | ||
git clone https://github.com/Islandora-CLAW/Alpaca.git | ||
cd Alpaca | ||
chown -R vagrant:vagrant "$HOME_DIR/Alpaca" | ||
sudo -u vagrant mvn -q install | ||
|
||
# Chown everything over to the vagrant user just in case | ||
chown -R vagrant:vagrant "$HOME_DIR/.m2" | ||
chown -R vagrant:vagrant "$HOME_DIR/Alpaca" |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/bash | ||
echo "Installing Composer" | ||
|
||
apt-get install -y php5.6-mbstring | ||
curl -sS https://getcomposer.org/installer | php | ||
php composer.phar install --no-progress | ||
mv composer.phar /usr/local/bin/composer |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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