Changes between Version 10 and Version 11 of en/ProgrammingRobotsCourse/PepperApi


Ignore:
Timestamp:
Oct 14, 2019, 10:17:04 PM (5 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • en/ProgrammingRobotsCourse/PepperApi

    v10 v11  
    153153cd $HOME/pepper/template_<xlogin>
    154154}}}
    155   * go through all files, rename the application where necesarry
     155  * go through all files, rename the application where necessary
    156156  * build the PKG package (the version number will be increased):
    157157    {{{
     
    168168make pkg install
    169169}}}
     170* creating own service
     171  * copy and rename `template-service` directory
     172    {{{
     173cp -r /nlp/projekty/pepper/course/template-service $HOME/pepper/
     174mv $HOME/pepper/template-service $HOME/pepper/template-service_<xlogin>
     175cd $HOME/pepper/template-service_<xlogin>
     176}}}
     177  * go through all files, rename the application where necessary
     178  * build the PKG and install it