-
Notifications
You must be signed in to change notification settings - Fork 34
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
Windows #7
base: master
Are you sure you want to change the base?
Windows #7
Conversation
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.
Looks good except for minor changes.
@@ -0,0 +1,54 @@ | |||
# How to get the code running on Windows for testing | |||
There are some different steps to follow in order to run the e-mission server and the e-mission phone app in Windows from the command prompt. In this document, we will highlight the steps in the main documentation page (https://github.com/e-mission/e-mission-server#dependencies) where there are different steps to perform. |
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.
there are steps required for both server and phone. So maybe something like
main [server documentation page](https://github.com/e-mission/e-mission-server#dependencies) and [client documentation page](https://github.com/e-mission/e-mission-phone)
or something like that
|
||
Note that in the field "*Value of the variable*" there are two paths separated by a semicolon. The first one is the path on your computer to the folder in which you installed Anaconda. The second is the path in your computer where you have the root folder of the server code. | ||
|
||
After doing so, you have to copy the e-mission.bat script (located at scripts/overview/running_project_windows) into the root of your project and run the following command: |
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.
I would be happy to have e-mission.bat
checked in to the server repository directly. That way, users don't need to copy it around.
There actually used to be an e-mission.bat
before, but nobody was using it and it bit-rotted, so I removed it.
@claudiabm777 can you make the changes for this over the weekend? Would be good to have it working so that people can use it at the workshop next week. |
Documentation to run the server and phone app (UI) on windows from command prompt.