-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
507 lines (449 loc) · 43.5 KB
/
feed.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.7.4">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2020-09-21T00:02:30+09:00</updated><id>/</id><title type="html">Devspoon’s github.io</title><subtitle>devspoons are open source about easy building web service,<br> project management for start-up or development teams</subtitle><entry><title type="html">How to start devspoon-startup-web solution</title><link href="/devspoon-startup-web" rel="alternate" type="text/html" title="How to start devspoon-startup-web solution" /><published>2020-09-20T19:25:00+09:00</published><updated>2020-09-20T19:25:00+09:00</updated><id>/devspoon-startup-web</id><content type="html" xml:base="/devspoon-startup-web"><p><strong>devspoon-startup-web</strong> is an open source made based on <strong><a href="https://devspoons.github.io/devspoon-web">devspoon-web</a></strong> that can easily build project integration management solutions (openproject, jenkins, gitolite[private git server], harbor[private docker server]) required for start-up or development teams as well as php and python based web servers.</p>
<h1 id="heading1">Project management solutions</h1>
<ul>
<li><a href="https://docs.openproject.org/user-guide/wiki/">OpenProject</a> : Open source project management software to help you work on your project efficiently</li>
<li><a href="https://en.wikipedia.org/wiki/Jenkins_(software)">Jenkins</a> : As one of the CI tools, CI (Continuous Integration) refers to continuous integration, which is an automated process for developers, and new code changes are automatically built and tested regularly to notify developers to solve problems that can occur when multiple developers develop simultaneously. Software that helps secure development stability and reliability</li>
<li><a href="https://wiki.archlinux.org/index.php/Gitolite">Gitolite</a> : Configuration Management Tool. user can install git server software at own server</li>
<li><a href="https://en.wikipedia.org/wiki/Harbor">Harbor</a> : The Private Docker Registry Server for businesses that store and distribute Docker Images</li>
</ul>
<h1 id="heading1">Features</h1>
<ul>
<li><strong>Supports creation of configuration files required for each service :</strong> Environment files and security keys used for each service are created according to the user's keyboard input using a shell script or automatically generated.</li>
<li><strong>User custom installation support :</strong> You can selectively install only the desired solution at compose/project_mng_service/(solution) without having to install all the solutions.
<ul>
<li>If you want to install more than one solution at the same time, just uncomment what you want at compose/master_service/docker-compose.yml.</li>
</ul>
</li>
<li><strong>Access web server and project management solutions with one nginx through nginx proxy :</strong> All solutions are available on one nginx server.
<ul>
<li>You can use ssh for direct access to gitolite.</li>
<li>The harbor will be supported in a future version due to security issues, and you can connect to your own server through harbor.yml.</li>
</ul>
</li>
</ul>
<h1 id="heading1">Install & Run</h1>
<h2 id="heading2">OpenProject</h2>
<ol>
<li>When using OpenProject, e-mail account information is required to send events by e-mail</li>
<ul>
<li>In this sample, We consider the mailgun service setting</li>
<li>A docker-compose.yml file is at /compose/project_mng_service/nginx_openproject</li>
<li>If your account isn't joining in admin group, remove all files in the pgdata folder</li>
</ul>
</ol>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">environment:
EMAIL_DELIVERY_METHOD: smtp
SMTP_ADDRESS: smtp.mailgun.org <span class="c">#Need to change when using other services than mailgun</span>
SMTP_PORT: 587 <span class="c">#Need to change when using other services than mailgun</span>
SMTP_DOMAIN: <span class="s2">"test.com"</span> <span class="c">#user's SMTP domain information</span>
SMTP_AUTHENTICATION: login
SMTP_ENABLE_STARTTLS_AUTO: <span class="s2">"true"</span>
SMTP_USER_NAME: <span class="s2">"[email protected]"</span> <span class="c">#Service account information</span>
SMTP_PASSWORD: <span class="s2">"1234567890067655abcdefgh"</span> <span class="c">#Service authentication key information</span></code></pre></figure>
<ol start="2">
<li>Run nginx_proxy_conf.sh file in config/web-server/nginx/(web server type) and enter service port number, domain, proxy url(You can use the Openproject's application name in docker-compose.yml), proxy port number, filename, and than, it make a nginx conf file in conf.d folder</li>
</ol>
<ol start="3">
<li>get move to compose/project_mng_service/nginx_openproject/</li>
<li>Run docker-compose.yml file</li>
</ol>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# docker-compose up <span class="nt">-d</span></code></pre></figure>
<ol start="4">
<li>There are advanced information in <a href="https://docs.openproject.org/installation-and-operations/operation/backing-up/"><strong>OpenProject Official User Documentation</strong></a></li>
</ol>
<hr />
<h2 id="heading2">Jenkins</h2>
<ol>
<li>Run nginx_proxy_conf.sh file in config/web-server/nginx/(web server type) and enter service port number, domain, proxy url(Openproject's application name in docker-compose.yml), proxy port number, filename, and than, it make a nginx conf file in conf.d folder</li>
<li>get move to compose/project_mng_service/nginx_jenkins/</li>
<li>Run docker-compose.yml file</li>
</ol>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# docker-compose up <span class="nt">-d</span></code></pre></figure>
<ol start="4">
<li>There are advanced information in <a href="https://www.jenkins.io/doc/"><strong>Jenkins Official User Documentation</strong></a></li>
</ol>
<hr />
<h2 id="heading2">Gitolite</h2>
<ol>
<li>This docker make 2 account as gitolite-creator and git-manager. gitolite install at gitolite-creator and git-manager will manage gitolite system such as add new user or make new repogitory etc</li>
<li>For management add new user account or make new repository, administrator must be accessed gitolite server by git-manager account. So, User must make client_user.pub key in docker/gitolite/system folder. Dockerfile will add this key at authorized_keys in git-manager account</li>
<li>get move to compose/project_mng_service/gitolite/</li>
<li>Run docker-compose.yml file</li>
</ol>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# docker-compose up <span class="nt">-d</span></code></pre></figure>
<ol start="4">
<li>There are sample shell scripts</li>
<ul>
<li>you can access the container of gitolite using "docker exec -it gitolite base"</li>
<li>you can find shell script files at /home/git-manager/sample-script/</li>
</ul>
</ol>
<blockquote>
clone_admin.sh -> clone admin repository to manage gitolite system. administrator must manage gitolite system though only git-manager account
add_user.sh -> it show how to add new user in gitolite
</blockquote>
<ol start="5">
<li>There are advanced information in <a href="https://gitolite.com/gitolite/cookbook/"><strong>Gitolite Cookbook</strong></a></li>
</ol>
<hr />
<h2 id="heading2">Harbor</h2>
<ol>
<li>To use harbor, it require latest docker-compose package. run /compose/project_mng_service/harbor-v.2.0.0/update_docker-compose.sh. if user already have latest version than 1.26.0, don't need this step</li>
<li>harbor require a configuration file such as harbor.yml. update_harbor_config.sh file make harbor.yml. and then run install.sh, harbor will install successfully</li>
<li>If user want to install harbor by one step, user can use autoinstall.sh file. it is process to make harbor.yml and run install.sh</li>
<li>If user want to use https, have to make ssl key in /compose/project_mng_service/harbor-v.2.0.0/ssl/ before runing install.sh or autoinstall.sh</li>
<li>If user want to make ssl key, refer "Setting up HTTPS on a web server" section. there are at bottom in this page</li>
<li>There are advanced information in <a href="https://goharbor.io/docs/2.0.0/"><strong>Harbor 2.0 Documentation</strong></a></li>
</ol>
<hr /></content><author><name>bluebamus</name></author><category term="Getting started" /><summary type="html">devspoon-startup-web is an open source made based on devspoon-web that can easily build project integration management solutions (openproject, jenkins, gitolite[private git server], harbor[private docker server]) required for start-up or development teams as well as php and python based web servers.</summary></entry><entry><title type="html">How to start devspoon-web solution</title><link href="/devspoon-web" rel="alternate" type="text/html" title="How to start devspoon-web solution" /><published>2020-09-19T19:00:00+09:00</published><updated>2020-09-19T19:00:00+09:00</updated><id>/devspoon-web</id><content type="html" xml:base="/devspoon-web"><p><img src="assets/images/posts/2020-07-01_10-00-00/devspoon-web.png" alt="Devspoon-web solution infrastructure" /></p>
<p>This open source project offer docker that three kind of web service solutions by php-7.3, gunicorn, uwsgi based on nginx server.
Anyone can install web services easily using docker and docker-compose.
Af you want to use python and php service at same time, this solution can help you better.
</p>
<hr />
<ul>
<li><strong>Support to make configuration files for each service(conf, yml etc) :</strong> <mark>Using shell script,
you can easily make and manage the configuration files</mark> required for nginx, php, dockerfile, etc. with only
the information required by the user's keyboard.</li>
<li><strong>Efficiently dockerfile configuration for development and service operation :</strong>The log folder is
interlocked by "volumes" in docker-compose.yml so that <mark>user can can be tracked problems even when the docker
container is stopped.</mark> Webroot, nginx config, etc. are frequently modified during development so these are
interlocked by "volumes"</li>
<li><strong>Provide reverse proxy function :</strong><mark>Multiple web and app services can be provided through one
nginx with php or python and services can be provided simultaneously.</mark> A shell script is provided to easily
create a proxy config file so that it can be integrated with the web UI of other services.</li>
<li><strong>Provides easy distributed service operation method :</strong><mark>You can use multiple web servers
through proxy,</mark> and you can use multiple app servers on one web server. (How to set load balancing will be
supported in the future)</li>
</ul>
<hr />
<p>* This open source doesn't support database solution. To management DB data safely installing it at localhost is better.<br><br></p>
<p><u>So I recommend a reference link</u></p>
<ul>
<li><p><strong>English Ver :<br></strong> <a href="https://linuxize.com/post/how-to-install-mariadb-on-ubuntu-18-04/">[How to Install MariaDB on Ubuntu 18.04]</a></p></li>
<li><p><strong>Korean Ver :<br></strong> <a href="https://blog.lael.be/post/8319">[Ubuntu 18.04 LTS 에서 웹서버(NGINX + PHP-FPM + MariaDB) 구성하기]</a></p></li>
</ul>
<h1 id="heading1">Let's start the PHP server</h1><br>
<blockquote>
This solution has www folder that synchronized with container by volumes in docker-compose.yml.
And user can make webroot folder here like www/devspoons.
Already therer is sample folder in www/sample. So user can refer at the folder of index file.
</blockquote>
<p>* If you want to use wordpress or gnuboard or any framework, after make any folder at www, move your ecompressed files here.</p><br>
<ol>
<li>
<p><h2>Make webroot and copy files</h2></p>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/www
root# <span class="nb">ls
</span>py37 sample
root# mkdir devspoons-test
root# <span class="nb">cd </span>devspoons-test
root# <span class="nb">echo</span> <span class="nt">-e</span> <span class="s2">"&lt;?php</span><span class="se">\n\t</span><span class="s2">phpinfo();</span><span class="se">\n</span><span class="s2">?&gt;"</span> <span class="o">&gt;</span> index.php
root# <span class="nb">ls
</span>index.php</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Make nginx conf file</h2></p>
<ul>
<li>
Docker-compose can connect between containers using application name in a docker-compose.yml file.
Current PHP application name is php-app.<br>
If you don't have domain yet, can use ip address. but you can't use https setting on web service of ip address.
</li>
</ul>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/config/web-server/nginx/php
root# <span class="nb">ls
</span>conf.d fastcgi nginx_conf nginx_conf.sh nginx_https_conf.sh sample_nginx.conf sample_nginx_https.conf
root# chmod 777 nginx_conf.sh
root# ./nginx_conf.sh
Enter the service web root <span class="o">&gt;</span>devspoons-test
Entered service web root: devspoons-test
Enter the service portnumber <span class="o">&gt;</span>80
Entered service portnumber: 80
Enter the service domain <span class="o">&gt;</span>devspoons.github.com
Entered service domain: devspoons.github.com
Enter the app name <span class="o">&gt;</span>php-app
Entered app name: php-app
Enter the serviceport
<span class="k">if </span>you push enter with none, there are no port number <span class="o">&gt;</span>9000
Entered proxy port: 9000
Enter the file name <span class="o">&gt;</span>devspoons-test1
Entered file name: devspoons-test1
root# <span class="nb">cd </span>conf.d/
root# <span class="nb">ls
</span>devspoons-test1_ng.conf sample_php_ng.conf</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Make PHP conf file</h2></p>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/config/app-server/php
root# <span class="nb">ls
</span>php_conf.sh php_ini pool.d sample_php.conf
root# chmod 777 php_conf.sh
root# ./php_conf.sh
Enter the service domain <span class="o">&gt;</span>devspoons.github.com
Entered service domain: devspoons.github.com
Enter the service portnumber <span class="o">&gt;</span>9000
Entered service portnumber: 9000
root# <span class="nb">cd </span>pool.d/
root# <span class="nb">ls
</span>devspoons.github.com_php.conf sample_php.conf</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Run devspoon-web</h2></p>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/compose/web_service/nginx_php
root# <span class="nb">ls
</span>docker-compose.yml
root# docker-compose up <span class="nt">-d</span></code></pre></figure>
<hr />
</li>
</ol>
<h1 id="heading1">Let's start the Gunicorn server</h1><br>
<blockquote>
This solution has www folder that synchronized with container by volumes in docker-compose.yml.
And user can make webroot folder here like www/devspoons/.
Already therer is sample folder in www/py37. So user can refer at the folder of index file.
</blockquote>
<p>* We assume that already user know how can make django project. So we will use sample django project named py37.</p><br>
<ol>
<li>
<p><h2>Make webroot and copy files</h2></p>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/www
root# <span class="nb">ls
</span>py37 sample</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Make nginx conf file</h2></p>
<ul>
<li>
Docker-compose can connect between containers using application name in a docker-compose.yml file.
Current gunicorn application name is gunicorn-app. if you want to change the name, update docker-compose.yml at devspoon-web/compose/web_service/nginx_gunicorn<br>
If you don't have domain yet, can use ip address. but you can't use https setting on web service of ip address.
</li>
</ul>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/config/web-server/nginx/gunicorn
root# <span class="nb">ls
</span>conf.d nginx_conf nginx_conf.sh nginx_https_conf.sh sample_nginx.conf sample_nginx_https.conf
root# chmod 777 nginx_conf.sh
root# ./nginx_conf.sh
Enter the service web root <span class="o">&gt;</span><span class="se">\\</span>/www<span class="se">\\</span>/py37<span class="se">\\</span>/django_test<span class="se">\\</span>/repo
Enter the service portnumber <span class="o">&gt;</span>80
Enter the service domain <span class="o">&gt;</span>devspoons.github.com
Enter the app name <span class="o">&gt;</span>gunicorn-app
Enter the serviceport
<span class="k">if </span>you push enter with none, there are no port number <span class="o">&gt;</span>8000
Enter the file name <span class="o">&gt;</span>devspoons.github.com1
root# <span class="nb">cd </span>conf.d/
root# <span class="nb">ls
</span>devspoons.github.com1_gunicorn_ng.conf</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Update gunicorn executing script</h2></p>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/docker/gunicorn
root# <span class="nb">ls
</span>Dockerfile run.sh make_run.sh sample_run
<span class="c"># if you want to use sample project, you can use run.sh</span>
root# make_run.sh
Enter the project path <span class="o">&gt;</span><span class="se">\\</span>/www<span class="se">\\</span>/shop<span class="se">\\</span>/shop_kings
Enter the project name <span class="o">&gt;</span>shop_kings
...</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Run devspoon-web</h2></p>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/compose/web_service/nginx_gunicorn
root# <span class="nb">ls
</span>docker-compose.yml
root# docker-compose up <span class="nt">-d</span></code></pre></figure>
<hr />
</li>
</ol>
<h1 id="heading1">Let's start the UWSGI server</h1><br>
<blockquote>
This solution has www folder that synchronized with container by volumes in docker-compose.yml.
And user can make webroot folder here like www/devspoons/.
Already therer is sample folder in www/py37. So user can refer at the folder of index file.
</blockquote>
<p>* We assume that already user know how can make django project. So we will use sample django project named py37.</p><br>
<ol>
<li>
<p><h2>Make webroot and copy files</h2></p>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/www
root# <span class="nb">ls
</span>py37 sample</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Make nginx conf file</h2></p>
<ul>
<li>
Docker-compose can connect between containers using application name in a docker-compose.yml file.
Current UWSGI application name is uwsgi-app. if you want to change the name, update docker-compose.yml at devspoon-web/compose/web_service/nginx_uwsgi<br>
If you don't have domain yet, can use ip address. but you can't use https setting on web service of ip address.
</li>
</ul>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/config/web-server/nginx/uwsgi
root# <span class="nb">ls
</span>conf.d nginx_conf nginx_conf.sh nginx_https_conf.sh sample_nginx.conf sample_nginx_https.conf uwsgi_params
root# chmod 777 nginx_conf.sh
root# ./nginx_conf.sh
Enter the service web root <span class="o">&gt;</span><span class="se">\\</span>/www<span class="se">\\</span>/py37<span class="se">\\</span>/django_test<span class="se">\\</span>/repo
Enter the service portnumber <span class="o">&gt;</span>80
Enter the service domain <span class="o">&gt;</span>devspoons.github.com
Enter the app name <span class="o">&gt;</span>uwsgi-app
Enter the serviceport
<span class="k">if </span>you push enter with none, there are no port number <span class="o">&gt;</span>8000
Enter the file name <span class="o">&gt;</span>devspoons.github.com1
root# <span class="nb">cd </span>conf.d/
root# <span class="nb">ls
</span>devspoons.github.com1_uwsgi_ng.conf</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Update UWSGI executing script</h2></p>
<ul>
<li>
UWSGI has two of executing ways to run a server using python file and ini file.<br>
We serve both ways but explain only "ini" case in this manual.<br>
And uwsgi.ini support many arguments, So We don't mention it in this page.
</li>
</ul>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/config/app-server/uwsgi
root# <span class="nb">ls
</span>sample_uwsgi.ini uwsgi_conf.sh uwsgi_config.py
root# ./uwsgi_conf.sh
Enter the project path <span class="o">&gt;</span><span class="se">\\</span>/www<span class="se">\\</span>/shop<span class="se">\\</span>/shop_kings
Enter the project name <span class="o">&gt;</span>shop_kings
Enter the service port number <span class="o">&gt;</span>8000
root# <span class="nb">ls
</span>sample_uwsgi.ini uwsgi_conf.sh uwsgi_config.py uwsgi.ini</code></pre></figure>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/docker/uwsgi
root# <span class="nb">ls
</span>Dockerfile run.sh make_run.sh sample_run
<span class="c"># if you want to use sample project, you can use run.sh</span>
root# make_run.sh
Enter the project path <span class="o">&gt;</span><span class="se">\\</span>/www<span class="se">\\</span>/shop<span class="se">\\</span>/shop_kings
...</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Run devspoon-web</h2></p>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/compose/web_service/nginx_uwsgi
root# <span class="nb">ls
</span>docker-compose.yml
root# docker-compose up <span class="nt">-d</span></code></pre></figure>
<hr />
</li>
</ol>
<ul>
<li>
<p><h2>Trace log files</h2></p>
<ul>
<li>
Check other log folders. If log option was setting, It will make a file at each folders.<br>
This manual explain only for nginx log case.
</li>
</ul>
<figure class="highlight"><pre><code class="language-bash" data-lang="bash">root# <span class="nb">cd </span>devspoon-web/log/nginx
root# <span class="nb">ls
</span>devspoons.github.com.access.log devspoons.github.com.error.log</code></pre></figure>
<hr />
</li>
<li>
<p><h2>Upgrade Http to https</h2></p>
<p><strong>Go to manual :</strong> <a href="devspoon-web-https">How to build https with devspoon's web service</a></p>
<hr />
</li>
</ul></content><author><name>bluebamus</name></author><category term="Getting started" /><summary type="html"></summary></entry><entry><title type="html">How to set jenkins for tizen</title><link href="/tizen-jenkins" rel="alternate" type="text/html" title="How to set jenkins for tizen" /><published>2020-07-13T20:25:00+09:00</published><updated>2020-07-13T20:25:00+09:00</updated><id>/tizen-jenkins</id><content type="html" xml:base="/tizen-jenkins"><p>This page is reserved preview posting. It'll be fill by bluebamus author later.</p></content><author><name>bluebamus</name></author><category term="About tizen" /><summary type="html">This page is reserved preview posting. It'll be fill by bluebamus author later.</summary></entry><entry><title type="html">Tizen reference</title><link href="/tizen-reference" rel="alternate" type="text/html" title="Tizen reference" /><published>2020-07-12T23:30:00+09:00</published><updated>2020-07-12T23:30:00+09:00</updated><id>/tizen-reference</id><content type="html" xml:base="/tizen-reference"><p>This page is reserved preview posting. It'll be fill by bluebamus author later.</p></content><author><name>bluebamus</name></author><category term="About tizen" /><summary type="html">This page is reserved preview posting. It'll be fill by bluebamus author later.</summary></entry><entry><title type="html">How to start devspoon-startup-cloud-tizen solution</title><link href="/gnuboard" rel="alternate" type="text/html" title="How to start devspoon-startup-cloud-tizen solution" /><published>2020-07-11T23:40:00+09:00</published><updated>2020-07-11T23:40:00+09:00</updated><id>/gnuboard</id><content type="html" xml:base="/gnuboard"><p>This page is reserved preview posting. It'll be fill by bluebamus author later.</p></content><author><name>bluebamus</name></author><category term="Build web service for start-up" /><summary type="html">This page is reserved preview posting. It'll be fill by bluebamus author later.</summary></entry><entry><title type="html">How to start harbor with devspoon solutions</title><link href="/harbor" rel="alternate" type="text/html" title="How to start harbor with devspoon solutions" /><published>2020-07-10T23:00:00+09:00</published><updated>2020-07-10T23:00:00+09:00</updated><id>/harbor</id><content type="html" xml:base="/harbor"><p>This page is reserved preview posting. It'll be fill by bluebamus author later.</p></content><author><name>bluebamus</name></author><category term="Use management solutions" /><summary type="html">This page is reserved preview posting. It'll be fill by bluebamus author later.</summary></entry><entry><title type="html">How to start gitolite with devspoon solutions</title><link href="/gitolite" rel="alternate" type="text/html" title="How to start gitolite with devspoon solutions" /><published>2020-07-09T19:00:00+09:00</published><updated>2020-07-09T19:00:00+09:00</updated><id>/gitolite</id><content type="html" xml:base="/gitolite"><p>This page is reserved preview posting. It'll be fill by bluebamus author later.</p></content><author><name>bluebamus</name></author><category term="Use management solutions" /><summary type="html">This page is reserved preview posting. It'll be fill by bluebamus author later.</summary></entry><entry><title type="html">How to start openproject with devspoon solutions</title><link href="/openproject" rel="alternate" type="text/html" title="How to start openproject with devspoon solutions" /><published>2020-07-09T05:00:00+09:00</published><updated>2020-07-09T05:00:00+09:00</updated><id>/openproject</id><content type="html" xml:base="/openproject"><p>This page is reserved preview posting. It'll be fill by bluebamus author later.</p></content><author><name>bluebamus</name></author><category term="Use management solutions" /><summary type="html">This page is reserved preview posting. It'll be fill by bluebamus author later.</summary></entry><entry><title type="html">How to start junkins with devspoon solutions</title><link href="/jenkins" rel="alternate" type="text/html" title="How to start junkins with devspoon solutions" /><published>2020-07-08T02:30:00+09:00</published><updated>2020-07-08T02:30:00+09:00</updated><id>/jenkins</id><content type="html" xml:base="/jenkins"><p>This page is reserved preview posting. It'll be fill by bluebamus author later.</p></content><author><name>bluebamus</name></author><category term="Use management solutions" /><summary type="html">This page is reserved preview posting. It'll be fill by bluebamus author later.</summary></entry><entry><title type="html">How to build https with devspoon’s proxy service</title><link href="/devspoon-proxy-https" rel="alternate" type="text/html" title="How to build https with devspoon's proxy service" /><published>2020-07-06T22:00:00+09:00</published><updated>2020-07-06T22:00:00+09:00</updated><id>/devspoon-proxy-https</id><content type="html" xml:base="/devspoon-proxy-https"><p>This page is reserved preview posting. It'll be fill by bluebamus author later.</p>
<hr />
<h1 id="heading1">Let's start the PHP server</h1>
<p>Typographically</p>
<figure class="highlight"><pre><code class="language-javascript" data-lang="javascript"><table class="rouge-table"><tbody><tr><td class="gutter gl"><pre class="lineno">1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre><span class="c1">// javascript code sample</span>
<span class="nx">$</span><span class="p">.</span><span class="nx">ajax</span><span class="p">({</span>
<span class="na">type</span><span class="p">:</span> <span class="s1">'POST'</span><span class="p">,</span>
<span class="na">url</span><span class="p">:</span> <span class="s1">'backend.php'</span><span class="p">,</span>
<span class="na">data</span><span class="p">:</span> <span class="s2">"q="</span><span class="o">+</span><span class="nx">myform</span><span class="p">.</span><span class="nx">serialize</span><span class="p">(),</span>
<span class="na">success</span><span class="p">:</span> <span class="kd">function</span><span class="p">(</span><span class="nx">data</span><span class="p">){</span>
<span class="c1">// on success use return data here</span>
<span class="p">},</span>
<span class="na">error</span><span class="p">:</span> <span class="kd">function</span><span class="p">(</span><span class="nx">xhr</span><span class="p">,</span> <span class="nx">type</span><span class="p">,</span> <span class="nx">exception</span><span class="p">)</span> <span class="p">{</span>
<span class="c1">// if ajax fails display error alert</span>
<span class="nx">alert</span><span class="p">(</span><span class="s2">"ajax error response type "</span><span class="o">+</span><span class="nx">type</span><span class="p">);</span>
<span class="p">}</span>
<span class="p">});</span></pre></td></tr></tbody></table></code></pre></figure>
<hr />
<h1 id="heading1">Let's start the gunicorn server with django</h1>
<p>Typographically</p>
<figure class="highlight"><pre><code class="language-javascript" data-lang="javascript"><table class="rouge-table"><tbody><tr><td class="gutter gl"><pre class="lineno">1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre><span class="c1">// javascript code sample</span>
<span class="nx">$</span><span class="p">.</span><span class="nx">ajax</span><span class="p">({</span>
<span class="na">type</span><span class="p">:</span> <span class="s1">'POST'</span><span class="p">,</span>
<span class="na">url</span><span class="p">:</span> <span class="s1">'backend.php'</span><span class="p">,</span>
<span class="na">data</span><span class="p">:</span> <span class="s2">"q="</span><span class="o">+</span><span class="nx">myform</span><span class="p">.</span><span class="nx">serialize</span><span class="p">(),</span>
<span class="na">success</span><span class="p">:</span> <span class="kd">function</span><span class="p">(</span><span class="nx">data</span><span class="p">){</span>
<span class="c1">// on success use return data here</span>
<span class="p">},</span>
<span class="na">error</span><span class="p">:</span> <span class="kd">function</span><span class="p">(</span><span class="nx">xhr</span><span class="p">,</span> <span class="nx">type</span><span class="p">,</span> <span class="nx">exception</span><span class="p">)</span> <span class="p">{</span>
<span class="c1">// if ajax fails display error alert</span>
<span class="nx">alert</span><span class="p">(</span><span class="s2">"ajax error response type "</span><span class="o">+</span><span class="nx">type</span><span class="p">);</span>
<span class="p">}</span>
<span class="p">});</span></pre></td></tr></tbody></table></code></pre></figure>
<hr />
<h1 id="heading1">Let's start the uwsgi server with django</h1>
<p>Typographically</p>
<figure class="highlight"><pre><code class="language-javascript" data-lang="javascript"><table class="rouge-table"><tbody><tr><td class="gutter gl"><pre class="lineno">1
2
3
4
5
6
7
8
9
10
11
12
13
</pre></td><td class="code"><pre><span class="c1">// javascript code sample</span>
<span class="nx">$</span><span class="p">.</span><span class="nx">ajax</span><span class="p">({</span>
<span class="na">type</span><span class="p">:</span> <span class="s1">'POST'</span><span class="p">,</span>
<span class="na">url</span><span class="p">:</span> <span class="s1">'backend.php'</span><span class="p">,</span>
<span class="na">data</span><span class="p">:</span> <span class="s2">"q="</span><span class="o">+</span><span class="nx">myform</span><span class="p">.</span><span class="nx">serialize</span><span class="p">(),</span>
<span class="na">success</span><span class="p">:</span> <span class="kd">function</span><span class="p">(</span><span class="nx">data</span><span class="p">){</span>
<span class="c1">// on success use return data here</span>
<span class="p">},</span>
<span class="na">error</span><span class="p">:</span> <span class="kd">function</span><span class="p">(</span><span class="nx">xhr</span><span class="p">,</span> <span class="nx">type</span><span class="p">,</span> <span class="nx">exception</span><span class="p">)</span> <span class="p">{</span>
<span class="c1">// if ajax fails display error alert</span>
<span class="nx">alert</span><span class="p">(</span><span class="s2">"ajax error response type "</span><span class="o">+</span><span class="nx">type</span><span class="p">);</span>
<span class="p">}</span>
<span class="p">});</span></pre></td></tr></tbody></table></code></pre></figure>
<hr /></content><author><name>bluebamus</name></author><category term="Getting started" /><summary type="html">This page is reserved preview posting. It'll be fill by bluebamus author later.</summary></entry></feed>