First please refer to set up ghost on your VPS.
Set up ghost(a fully open source, hackable platform for building and running a modern online publication) on your google compute engine.
After that, you already have a ghost web server with default port http://localhost:2368
All you need to do to create more ghost web server is easy now.
1. Make an empty folder.
$mkdir manna
2. Ghost install a new instance with different port number.
$ghost install --port 2369
Give the minimum information that asked during executing the command.
Then a new web server is created, so easy.
I have set up 3 web server in just about 10 minutes via ghost on an single google compute engine instance.
https://errong.win
https://manna.errong.win
https://acm.errong.win
Subscribe to:
Post Comments (Atom)
fixed: embedded-redis: Unable to run on macOS Sonoma
Issue you might see below error while trying to run embedded-redis for your testing on your macOS after you upgrade to Sonoma. java.la...
-
Refer: https://github.com/bazelbuild/bazel/wiki/Building-with-a-custom-toolchain https://www.tensorflow.org/tutorials/image_recognition
-
Solution react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android...
-
F:\webrowser>react-native run-android Scanning folders for symlinks in F:\webrowser\node_modules (73ms) Starting JS server... Buildin...
No comments:
Post a Comment