-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathISENSE_README
31 lines (26 loc) · 1.02 KB
/
ISENSE_README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This branch is specific to the version of AI2 that has an iSENSE component built in.
Hosted on Google at: isenseai.appspot.com
Corresponding companion app: https://drive.google.com/folderview?id=0B-HKvYP2UcqiNTZFeGw0aU52eWs&usp=sharing
* Quick build/deploy instructions: *
Build normally via ant.
Companion should be located in appinventor/build/buildserver.
Run "appcfg.sh -A isenseai update appinventor/appengine/build/war"
* Buildserver instructions: *
Machine name: ai2-build.cs.uml.edu
restart machine (sudo shutdown -r 0)
run ./deploy_buildserver.sh
* deploy_buildserver.sh *
rm -rf appinventor-sources
git clone [email protected]:farxinu/appinventor-sources.git
cd appinventor-sources
git checkout isense
cd ..
rm -rf buildserver/
mkdir buildserver
cd appinventor-sources/appinventor/buildserver
ant BuildDeploymentTar
cd ~/buildserver
mv ~/appinventor-sources/appinventor/build/buildserver/BuildServer.tar .
cp ~/appinventor-sources/appinventor/misc/buildserver/launch-buildserver .
tar -xf BuildServer.tar
./launch-buildserver