Tagged articles
12 articles
Page 1 of 1
Tencent Cloud Developer
Tencent Cloud Developer
Apr 4, 2023 · Artificial Intelligence

Step-by-Step Guide to Building Your Own Realistic AI Image Generation Website with Stable Diffusion

This step‑by‑step tutorial shows how to set up a Stable Diffusion web UI, install the required Python environment and GPU‑enabled PyTorch, add Chinese localization and optional LoRA or Deforum extensions, generate realistic human images, create animated videos, and add speech with D‑ID, all ready for deployment on your own AI website.

DeforumGitPython
0 likes · 9 min read
Step-by-Step Guide to Building Your Own Realistic AI Image Generation Website with Stable Diffusion
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 10, 2021 · Cloud Computing

Build and Deploy a Custom Graduation Album on Alibaba Cloud in Minutes

This step‑by‑step guide shows how to create, configure, and launch a personalized graduation album using Alibaba Cloud's Cloud Development platform, covering app creation, resource authorization, code deployment, domain binding, and customizable front‑end features with code examples.

Alibaba CloudGraduation AlbumTutorial
0 likes · 11 min read
Build and Deploy a Custom Graduation Album on Alibaba Cloud in Minutes
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Aug 19, 2020 · Cloud Computing

Deploy Discuz! Forum on Huawei Cloud in 6 Simple Steps

This step‑by‑step guide shows how to set up a Discuz! forum on a Huawei Cloud CentOS 7.6 server, covering cloud login, security group configuration, installation of Apache, PHP, MariaDB, downloading and deploying Discuz! source, and final web‑based installation.

ApacheDiscuzHuawei Cloud
0 likes · 6 min read
Deploy Discuz! Forum on Huawei Cloud in 6 Simple Steps
21CTO
21CTO
Jun 16, 2019 · Backend Development

Master IntelliJ IDEA Project Structure: From Projects to Artifacts

This guide explains IntelliJ IDEA’s Project Structure settings—including project name, SDK, language level, modules, sources, paths, dependencies, facets, libraries, and artifacts—detailing how to configure each element, manage sub‑projects, and prepare web deployment packages such as WAR and JAR files.

ArtifactsIntelliJ IDEAJava
0 likes · 7 min read
Master IntelliJ IDEA Project Structure: From Projects to Artifacts
MaGe Linux Operations
MaGe Linux Operations
Jan 28, 2019 · Backend Development

Mastering Python Web Deployment: CGI, FastCGI, WSGI, uWSGI & More

An in‑depth guide explains the evolution from CGI to FastCGI, WSGI, uWSGI, Gunicorn and Tornado, detailing each protocol’s architecture, performance benefits, and deployment steps for Python web applications, helping developers choose the right server setup for production environments.

CGIGunicornPython
0 likes · 13 min read
Mastering Python Web Deployment: CGI, FastCGI, WSGI, uWSGI & More
MaGe Linux Operations
MaGe Linux Operations
May 29, 2017 · Backend Development

Why PHP Still Beats Python in Simple Web Deployments

While Python offers elegant syntax and powerful capabilities, PHP remains dominant for large‑scale, low‑maintenance web hosting because its file‑based deployment model requires only copying files, whereas Python frameworks often need persistent processes and complex configuration, limiting its suitability for shared‑hosting environments.

Backend DevelopmentPHPPython
0 likes · 5 min read
Why PHP Still Beats Python in Simple Web Deployments
Architects Research Society
Architects Research Society
Nov 18, 2015 · Cloud Computing

Deploying a Secure Play Framework Application to IBM Bluemix

This tutorial walks through the step‑by‑step process of deploying a Play Framework web application with user authentication to IBM Bluemix using the Cloud Foundry Java buildpack, including configuration of MongoDB storage and SendGrid email services, and demonstrates how to secure and run the app in the cloud.

Cloud FoundryIBM BluemixJava
0 likes · 2 min read
Deploying a Secure Play Framework Application to IBM Bluemix