Changes between Version 10 and Version 11 of en/ProgrammingRobotsCourse/PepperApi
- Timestamp:
- Oct 14, 2019, 10:17:04 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
en/ProgrammingRobotsCourse/PepperApi
v10 v11 153 153 cd $HOME/pepper/template_<xlogin> 154 154 }}} 155 * go through all files, rename the application where neces arry155 * go through all files, rename the application where necessary 156 156 * build the PKG package (the version number will be increased): 157 157 {{{ … … 168 168 make pkg install 169 169 }}} 170 * creating own service 171 * copy and rename `template-service` directory 172 {{{ 173 cp -r /nlp/projekty/pepper/course/template-service $HOME/pepper/ 174 mv $HOME/pepper/template-service $HOME/pepper/template-service_<xlogin> 175 cd $HOME/pepper/template-service_<xlogin> 176 }}} 177 * go through all files, rename the application where necessary 178 * build the PKG and install it