File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # gap-coder-execution
2
+ A small HowTo
3
+
4
+ In IOS you can install app http://www.gapcoder.com/ and use that for test-running a Cordova app.
5
+
6
+ Enter credentials. In the app :
7
+ * Enter Hosting Providers - GitHub
8
+ * SSH Transfers: Off
9
+ * Enter Username, Email and Password
10
+
11
+ Create a Cordova app. In GitHub:
12
+ * Create a Cordova project having confix.xml in the root #required for being able to run in GapCoder
13
+
14
+ Import the app to GapCoder. In the app:
15
+ * Press "+"
16
+ * Clone from GitHub
17
+ ** Name: Whatever you like
18
+ ** Path: https://github.com/rasor/some-cordova-project.git #remember to write https:// before github.com
19
+
20
+ Run the project. In the app:
21
+ * Open the project
22
+ * press the Play-button
23
+
24
+ Push or Pull. In the app:
25
+ * Edit some code
26
+ * Go back root of project
27
+ * Press Menu-button
28
+ * Commit & Push
29
+
30
+ The End.
You can’t perform that action at this time.
0 commit comments