Difference between revisions of "Project/Instructions"
From C3LearningLabs
(Created page with " = Documentations = ;UI images, max fire image, max fire video # Start manager, and all players. # Start session and pause when fire is viewed. # Take picture of manager and...") |
|||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | :Year YYYY | ||
+ | :Example | ||
+ | :2017-<NAME> | ||
+ | |||
+ | :Example: <code>2017-SweCanTeam-1</code> | ||
+ | |||
+ | |||
+ | == Files == | ||
+ | |||
+ | :Images should be stored in folder | ||
+ | * ...\MediaWiki\Sync\Images\C3LL\Research\Projects\<PROJECT-NAME> | ||
+ | |||
+ | |||
+ | :Download files should be stored in folder : | ||
+ | * ...\MediaWiki\SyncNo\download\doc\projects\<PROJECT-NAME> | ||
= Documentations = | = Documentations = | ||
+ | == Create Images and Video == | ||
;UI images, max fire image, max fire video | ;UI images, max fire image, max fire video | ||
# Start manager, and all players. | # Start manager, and all players. | ||
− | # Start session and pause when fire is viewed. | + | # Start session and pause directly when fire is viewed in managers ui. |
− | # Take picture of manager and all players. | + | # In players select unit so that the control unit panel is displayed. |
− | # Copy the UI images to | + | # Take picture of manager and all players, name xxx-ui-manage, xxx-ui-player-name . |
+ | # Copy the UI images to ...\Info\Images\UI\ | ||
+ | # Take picture of manager map, name xxx-map. | ||
+ | # Copy the map images to \Info\Images\Map\ | ||
# Start the session and let run to the end. | # Start the session and let run to the end. | ||
− | # Take max fire development picture, name xxx-maxfire | + | # Take max fire development picture in manager, name xxx-maxfire |
− | # Copy the max fire development images to | + | # Copy the max fire development images to \Info\Images\MaxFire\ |
− | # Copy the log | + | # Copy the '''log folder''' to \Info\LogFiles\MaxFire\SESSION-NAME\ |
− | # Record video of max fire development replay | + | # YOU SHOULD COPY THE WHOLE SESSION LOG FOLDER, FOR THE SPECIFIC SESSION !!! |
− | # Copy the video file to | + | # Record video of max fire development replay, name xxx-maxfire-replay |
+ | # Copy the video file to \Info\Video\MaxFire\ | ||
+ | |||
+ | ;Logfiles | ||
+ | #Zip the Log file folder, \Info\LogFiles, name xxx-logfiles | ||
+ | #Copy to \Info\LogFiles\ | ||
+ | |||
+ | == Import files to Wiki == | ||
+ | |||
+ | |||
+ | ;Copy Images to server | ||
+ | :Copy images to, /opt/docker/mediawiki/c3sys/html/w/newimages/ | ||
+ | |||
+ | ;Copy to docker image | ||
+ | :<code>sudo docker cp /opt/docker/mediawiki/c3sys/html/w/newimages/ mediawiki_c3sys:/var/www/html/w/</code> | ||
+ | |||
+ | ;Run Script in docker image | ||
+ | :<code>docker exec -it mediawiki_c3sys /bin/bash</code> | ||
+ | :<code>php w/maintenance/importImages.php /var/www/html/w/newimages --overwrite --user="Rego Granlund"</code> | ||
+ | |||
+ | :Remove images in newimages folder, run in container | ||
+ | :<code>rm /var/www/html/w/newimages/*</code> | ||
+ | |||
+ | ;Remove images in newimages folder, run outside container | ||
+ | :<code>rm /opt/docker/mediawiki/c3sys/html/w/newimages/*</code> |
Latest revision as of 17:01, 26 August 2021
- Year YYYY
- Example
- 2017-<NAME>
- Example:
2017-SweCanTeam-1
Files
- Images should be stored in folder
- ...\MediaWiki\Sync\Images\C3LL\Research\Projects\<PROJECT-NAME>
- Download files should be stored in folder :
- ...\MediaWiki\SyncNo\download\doc\projects\<PROJECT-NAME>
Documentations
Create Images and Video
- UI images, max fire image, max fire video
- Start manager, and all players.
- Start session and pause directly when fire is viewed in managers ui.
- In players select unit so that the control unit panel is displayed.
- Take picture of manager and all players, name xxx-ui-manage, xxx-ui-player-name .
- Copy the UI images to ...\Info\Images\UI\
- Take picture of manager map, name xxx-map.
- Copy the map images to \Info\Images\Map\
- Start the session and let run to the end.
- Take max fire development picture in manager, name xxx-maxfire
- Copy the max fire development images to \Info\Images\MaxFire\
- Copy the log folder to \Info\LogFiles\MaxFire\SESSION-NAME\
- YOU SHOULD COPY THE WHOLE SESSION LOG FOLDER, FOR THE SPECIFIC SESSION !!!
- Record video of max fire development replay, name xxx-maxfire-replay
- Copy the video file to \Info\Video\MaxFire\
- Logfiles
- Zip the Log file folder, \Info\LogFiles, name xxx-logfiles
- Copy to \Info\LogFiles\
Import files to Wiki
- Copy Images to server
- Copy images to, /opt/docker/mediawiki/c3sys/html/w/newimages/
- Copy to docker image
sudo docker cp /opt/docker/mediawiki/c3sys/html/w/newimages/ mediawiki_c3sys:/var/www/html/w/
- Run Script in docker image
docker exec -it mediawiki_c3sys /bin/bash
php w/maintenance/importImages.php /var/www/html/w/newimages --overwrite --user="Rego Granlund"
- Remove images in newimages folder, run in container
rm /var/www/html/w/newimages/*
- Remove images in newimages folder, run outside container
rm /opt/docker/mediawiki/c3sys/html/w/newimages/*