Skip to content
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

Changes to get the app running on Windows #15

Open
namdhng opened this issue Dec 12, 2022 · 1 comment
Open

Changes to get the app running on Windows #15

namdhng opened this issue Dec 12, 2022 · 1 comment

Comments

@namdhng
Copy link
Collaborator

namdhng commented Dec 12, 2022

  • Include instructions on how to update PATH environment variables in Control Panel.
  • Pay particular attention to the version of Python and use the correct corresponding command.
  • Change "export" to "set" in bootstrap.sh file.
  • When testing HTTP methods by using curl commands, the content that we want to add, update, or delete (the part in single quotes after --data or -d) has to be put in a separate text file in the same directory rather than entered directly in the command line. The file can then be called in the command line using "@name.txt". For example, if the file containing the content is named "data.txt", then we can simply call it with "@data.txt".
  • For the income endpoint, the single quotes after "--header" need to be changed to double quotes.
@jbasney
Copy link
Member

jbasney commented Dec 12, 2022

Thanks @namdhng for the details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants