Commit 0415ee62 authored by Bart Mathijssen's avatar Bart Mathijssen Committed by Evan W. Patton

Update README

This commit specifies installation using commands based on Google Cloud
SDK instead of App Engine SDK.
parent f415b8a3
...@@ -30,7 +30,7 @@ This is a quick guide to get started with the sources. More detailed instruction ...@@ -30,7 +30,7 @@ This is a quick guide to get started with the sources. More detailed instruction
### Dependencies ### Dependencies
You will need a full Java JDK (version 8, OpenJDK preferred; JRE is not enough) and Python to compile and run the servers. You will need a full Java JDK (version 8, OpenJDK preferred; JRE is not enough) and Python to compile and run the servers.
You will also need a copy of the [App Engine SDK](https://developers.google.com/appengine/downloads) for Java and [ant](http://ant.apache.org/). You will also need a copy of the [Google Cloud SDK](https://cloud.google.com/appengine/docs/standard/java/download) for Java and [ant](http://ant.apache.org/).
If you want to make changes to the source, you are going to need to run an automated test suite, and for that you will also need [phantomjs](http://phantomjs.org/). Have a look at the testing section for more information. If you want to make changes to the source, you are going to need to run an automated test suite, and for that you will also need [phantomjs](http://phantomjs.org/). Have a look at the testing section for more information.
...@@ -95,10 +95,10 @@ There are two servers in App Inventor, the main server that deals with project i ...@@ -95,10 +95,10 @@ There are two servers in App Inventor, the main server that deals with project i
#### Running the main server #### Running the main server
$ your-appengine-SDK-folder/bin/dev_appserver.sh $ your-google-cloud-SDK-folder/bin/java_dev_appserver.sh
--port=8888 --address=0.0.0.0 appengine/build/war/ --port=8888 --address=0.0.0.0 appengine/build/war/
Make sure you change *your-appengine-SDK-folder* to wherever in your hard drive you have placed the App Engine SDK. Make sure you change *your-google-cloud-SDK-folder* to wherever in your hard drive you have placed the Google Cloud SDK.
#### Running the build server #### Running the build server
The build server can be run from the terminal by typing: The build server can be run from the terminal by typing:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment