-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README update for the changes undergone #1030
Changes from 1 commit
7ca6fcd
6822c67
8ea506d
ed0e871
54656b8
290dcc5
809fc5d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -141,6 +141,11 @@ Installing (one time only) | |||||
--- | ||||||
Run the setup script for the platform you want to build | ||||||
|
||||||
Make sure you switch to the "label_dashboard_profile_sept_2023" branch | ||||||
``` | ||||||
git checkout label_dashboard_profile_sept_2023 | ||||||
``` | ||||||
|
||||||
``` | ||||||
$ bash setup/setup_android_native.sh | ||||||
AND/OR | ||||||
|
@@ -156,14 +161,6 @@ $ cp www/json/startupConfig.json.sample www/json/startupConfig.json | |||||
$ cp ..... www/json/connectionConfig.json | ||||||
``` | ||||||
|
||||||
### Activation (after install, and in every new shell) | ||||||
|
||||||
``` | ||||||
$ source setup/activate_native.sh | ||||||
``` | ||||||
|
||||||
### Activation (after install, and in every new shell) | ||||||
|
||||||
Comment on lines
-159
to
-166
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why did you remove this? I believe we do need to activate after install. How did you test this? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was able to build the app successfully. Let me verify the above again just to be sure. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. were you able to build the app starting in a new terminal and following the instructions in the README exactly? |
||||||
If connecting to a development server over http, make sure to turn on http support on android | ||||||
|
||||||
``` | ||||||
|
@@ -174,10 +171,15 @@ If connecting to a development server over http, make sure to turn on http suppo | |||||
|
||||||
### Run in the emulator | ||||||
|
||||||
Pick a version and execute the following: | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't know that "type of build" == "version"
Suggested change
You should also indicate how people can find the valid "type of build" supported. |
||||||
|
||||||
``` | ||||||
$ npx cordova emulate ios | ||||||
AND/OR | ||||||
$ npx cordova emulate android | ||||||
$ npm run <type_of_build> | ||||||
``` | ||||||
|
||||||
For instance: (build-dev-android) | ||||||
``` | ||||||
$ npm run build-dev-android | ||||||
``` | ||||||
|
||||||
Creating logos | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
label_dashboard_profile_sept_2023
branch is a temporary one that we are using for the current release.It will be deleted after the release is moved to production.