<
From version < 26.1 >
edited by Soeren Domroes
on 2019/07/09 10:44
To version < 29.1 >
edited by Soeren Domroes
on 2019/07/16 11:16
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,7 +34,7 @@
34 34  
35 35  General requirements:
36 36  
37 -* node
37 +* node (seeĀ [[Theia developer guide>>url:https://github.com/theia-ide/theia/blob/master/doc/Developing.md||shape="rect"]])
38 38  * npm (whatever node installs)
39 39  * yarn (latest version)
40 40  * Python (2.7.X)
... ... @@ -171,7 +171,7 @@
171 171  Per default the KEITH opens on localhost:3000.
172 172  
173 173  {{info}}
174 -If you previously build keith electron, you have to execute {{code language="none"}}yarn run rebuild: browser{{/code}}
174 +If you previously build keith electron, you have to execute {{code language="none"}}yarn run rebuild:browser{{/code}}
175 175  {{/info}}
176 176  
177 177  \\
... ... @@ -185,7 +185,7 @@
185 185  //yarn// builds all the stuff. //yarn run socket// in keith-app-electron starts the application. After an initial build via yarn you can run //yarn watch // to watch the changes in your repository. In another console you run yarn run socket in keith-app-electron. Now refreshing your browser is enough to apply the changes.
186 186  
187 187  {{info}}
188 -If you previously build keith electron, you have to execute {{code language="none"}}yarn run rebuild: browser{{/code}}
188 +If you previously build keith electron, you have to execute {{code language="none"}}yarn run rebuild:electron{{/code}}
189 189  {{/info}}
190 190  
191 191  === Known issues for windows: ===
... ... @@ -205,7 +205,15 @@
205 205  
206 206  {{code language="none"}}
207 207  yarn run rebuild:electron/browser
208 -{{/code}} after yarn to fix this.
208 +{{/code}} after yarn to fix this. If it does not work, delete the
209 +
210 +{{code language="none"}}
211 +node_modules
212 +{{/code}} folder and try again (for browser version rebuild browser is not needed, since
213 +
214 +{{code language="none"}}
215 +yarn
216 +{{/code}} already builds the correct sources).
209 209  )))
210 210  
211 211  \\
Confluence.Code.ConfluencePageClass[0]
Id
... ... @@ -1,1 +1,1 @@
1 -60522742
1 +62783491
URL
... ... @@ -1,1 +1,1 @@
1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/60522742/Running KEITH
1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/KIELER/pages/62783491/Running KEITH