Skip to content

Commit

Permalink
use beta.projectmigrate.com
Browse files Browse the repository at this point in the history
  • Loading branch information
Laird Dornin committed Jan 29, 2015
1 parent 45b9d6f commit 7c788d1
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The migrate backend service supports generic migrate synchronization persistence
Its recommended to simply use the projectmigrate beta service at the following URL:

```
http://projectmigrate.com/
http://beta.projectmigrate.com/
```

This url is the default when configuring a migrate client account in Android. You
Expand Down Expand Up @@ -78,7 +78,7 @@ Settings -> Accounts/Add Account(+) -> ProjectMigrate SyncAdapter
Fill out the sign-in screen using the appropriate migrate url, as following:

```
http://projectmigrate.com/
http://beta.projectmigrate.com/
```

For a local tomcat installation use:
Expand Down
2 changes: 1 addition & 1 deletion README_MIGRATE_LOCAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Optionally run the migrate service using Tomcat:
This file explains how to run and configure an instance of migrate on
your local machine, if you dont want to use the migrate instance at:

http://projectmigrate.com.com/
http://beta.projectmigrate.com.com/

-----

Expand Down
2 changes: 1 addition & 1 deletion migrate.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
migrate.sdk.root=

# The endpoint for the Migrate Service
migrate.endpoint=http://projectmigrate.com/
migrate.endpoint=http://beta.projectmigrate.com/

# The fqn for the class that defines the migrate schema: specify in migrate.properties
migrate.object=
Expand Down
4 changes: 2 additions & 2 deletions samples/MigrateContacts/README
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ in step 4.

- Test your posted schema, by using curl to retrieve it:

curl -X GET http://projectmigrate.com/schema/com.enterpriseandroid.migratecontacts.Contact
curl -X GET http://beta.projectmigrate.com/schema/com.enterpriseandroid.migratecontacts.Contact

Should return:

Expand All @@ -137,7 +137,7 @@ the emulator from Android studio. Once its running, install the Migrate client A
$MIGRATE_SDK/install_client.sh

The binary client in the SDK assumes that the service uses the beta instance,
http://projectmigrate.com/ . If you run your own instance, you
http://beta.projectmigrate.com/ . If you run your own instance, you
will need to use the android Emulator host (10.0.2.2), or localhost.

On success, you will see a Toast that says, "Migrate is up!" Next you
Expand Down
4 changes: 4 additions & 0 deletions samples/MigrateContacts/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ android {
compileSdkVersion 21
buildToolsVersion "21.1.2"

lintOptions {
abortOnError false
}

defaultConfig {
applicationId "com.enterpriseandroid.migratecontacts"
minSdkVersion 15
Expand Down
2 changes: 1 addition & 1 deletion samples/MigrateContacts/migrate.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
migrate.sdk.root= ../..

# The endpoint for the Migrate Service
migrate.endpoint=http://projectmigrate.com/
migrate.endpoint=http://beta.projectmigrate.com/

# The fqn for the class that defines the migrate schema: specify in migrate.properties
migrate.object=com.enterpriseandroid.migratecontacts.Contact
Expand Down
2 changes: 1 addition & 1 deletion samples/MigrateContacts/tools/migrate.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
migrate.sdk.root=../..

# The endpoint for the Migrate Service
migrate.endpoint=http://projectmigrate.com/
migrate.endpoint=http://beta.projectmigrate.com/

# The fqn for the class that defines the migrate schema: specify in migrate.properties
migrate.object=com.enterpriseandroid.migratecontacts.Contact
Expand Down

0 comments on commit 7c788d1

Please sign in to comment.