19.09.2019

One Key Ghost Setup

  1. Onekey Ghost Setup Software

The Return of the BlogEarlier this year, I decided to launch a blog. Just like everyone else in the world, their mom, and, I wanted an outlet to share my thoughts.However, when it came to actually launching my blog, I didn’t know where to start. With about 2847 platforms ready to power your blog, I was running into the paradox of choice. Should I choose Wordpress, a custom site, or just hand over my publishing to Medium?The only thing that I became quickly sure of was that I wanted to host the blog on my own domain. I started off by looking for headless CMS tools, but quickly came to the determination that it wasn’t an optimal use of my time to design an entirely new front-end.I asked a few friends for suggestions and the name kept coming up. Apparently, it was a well-optimized platform with a Medium-like UI that was made by an independent developer-all things that I loved hearing.

One Key Ghost Setup

Download onekey optimizer windows 10 64 bit for free. System Utilities downloads - OneKey Optimizer by Lenovo and many more programs are available for instant and free download. Download onekey optimizer for windows 10 for free. System Utilities downloads - OneKey Optimizer by Lenovo and many more programs are available for instant and free download.

So I decided to give it a try and upon doing some additional research, I settled on utilizing a $5 droplet to serve it up.Fast forward to 3 months later and my blog has seen with the Ghost and Digital Ocean combination totally holding up. It’s safe to say that I’m happy with my choice.Today, 3 mos after deciding to release my thoughts into the world, my blog hit over 100k pageviews!☀️ Blogs are back. Email isn't dead. Happy Monday world. Thanks for reading. ☀️ — Steph Smith (@stephsmithio)More recently, a couple readers have reached out looking for help in setting up the same publishing duo.

The process is relatively quick, but not necessarily intuitive, so I thought I would compile the instructions into one easy blog post!PS: This blog post is not sponsored by any third parties.PPS: If you would prefer to write your own front-end, I would suggest, a tool that I stumbled upon during my research which allows you to easily integrate into any backend. I actually implemented Butter into my Node application in a matter of minutes since their documentation is pretty solid, but ultimately wanted the Ghost front-end.

Ghost Premium?Ghost is a “full-stack” publishing platform that allows you to set-up the front-end and back-end of your blog. Ghost also provides server support should you choose, which you can easily opt into with Ghost Premium. It’s simple and can be set up quickly, but for the most basic plan and as far as I know, most other features in Ghost Premium are available in the non-premium option, including integrations, code injection, and themes.

The main differentiator is the lack of server set-up.So, this article assumes that you don’t want to choose Premium and would prefer a cheaper server option like the $5 Digital Ocean Droplet One Click setup. Although not quite “one-click”, the following steps should also enable you to install Ghost with a private server, so that your new blog is up and running in a matter of minutes. Let’s jump in! Ghost Setup with the Digital Ocean DropletPlease note that this section will go through a step-by-step process of setting up self-hosted Ghost for domains (ex: domain.xyz) or subdomains (ex: blog.domain.xyz), but not subdirectories (domain.xyz/blog). There are additional steps that will not be covered in this article related to subdirectories. Setting up the Digital Ocean Droplet (Server for Ghost). The first step to setting up Ghost is hopping over to the.

Search for “Ghost” and navigate to the Ghost droplet page. If you’re signed in, you can also find this in the platform by navigating to “Marketplace” in the left-hand navigation.

Click “Create Ghost Droplet”. This is the “Digital Ocean One Click” setup that will build and launch a server just for you!. Prior to creation, Digital Ocean will bring you to a page where you need to choose your droplet size. I would recommend that you start at the lowest tier which is: Standard $5/month. Note that this option doesn’t show up immediately, so you’ll need to navigate to the left to find it. Unless you already have a huge blog, I would not be concerned about traffic or the server holding up. My $5/month droplet held up with an article trending across the top of Hacker News for over 24h with hundreds of active readers and absolutely no glitches.

As for the other setup conditions, you can enable these at your discretion and are mostly optional. You will need to choose your datacenter region, which should be closest to where you expect most of your users/readers are. I did not select any additional add-ons or SSH key, as it’s not mandatory for set-up and my routing is done through Cloudflare which provides my security layer. Once you’ve selected a name for your droplet (this can be anything), Digital Ocean will take a couple minutes to create the droplet. Once the droplet is created, you should see an IP address (for example: 134.209.253.151).Once the droplet is set up, you can access your individual IP.

One Key Ghost Setup

If you navigate to that IP in your browser, you’ll see the below view of the Ghost Installation page, which means the droplet is set up and hosted by Digital Ocean at that IP address. If you don’t see this page, the droplet has not been set up properly. If you do see this page, you’ve set up your droplet and can now connect it to a domain!If you see this page at your IP, this means that you've installed the droplet properly. Connecting to Custom Domain to Ghost. If you haven’t already purchased a custom domain for your Ghost blog, you’ll need to do that first. Remember, this process will work for either a completely new domain that you hope to use (ex: blog.xyz) or adding a subdomain to an existing domain hosted elsewhere (ex: blog.domain.xyz). First, you’ll need to add the domain to Digital Ocean and set up your Digital Ocean DNS records.

To do so, click the right-hand toggle to “Add a domain”.Add your domain in Digital Ocean. Type your domain name in the input field and then click “Add Domain”. You should see DNS records populate similar to the below.Once your domain is added in Digital Ocean, you should see the DNS records populate. Once you’ve set up your DNS records on the Digital Ocean side, you’ll need to configure the A-record within your external domain settings. Depending on how you’ve set up your domain previously, but may be found within your domain registrar (ex: Namecheap, GoDaddy, etc.) or if you’ve already re-routed your DNS to a third party like Cloudflare, you would be updating the DNS records there.

Within your non-Digital Ocean DNS records, you’ll need to direct your A-record to the IP given to your droplet with the “name” being the domain or subdomain where you hope to host your blog home.For example, if you wanted blog.domain.xyz to house the blog, you would set up the A-record for “blog” that to point towards the IP (ex: 134.209.253.151).Use the examples below as an example, but note that you should only set up one or the other.An example of the DNS records in your third-party settings. Once you’ve set up your DNS records on both ends, they may take some time to propagate. Some third parties indicate that it can take up to 48 hours, but normally this happens within minutes.

Once the DNS records have propagated, you should once again see the same Ghost installation page at the domain or subdomain that you just configured. For example, this page would now show up not only at 134.209.253.15, but also makerstats.com. If you do not see this page, you may have to investigate whether the DNS settings have properly been set up and propagated.You should see this page on your domain or subdomain if the DNS is set up and propagated. Installing Ghost.

Onekey Ghost Setup Software

The final section of this 3-step installation process is to install the Ghost software. To do so, hop back into Digital Ocean and open the console over on the right-hand side. This should open the console in a new tab that is requesting a login.Access the Digital Ocean Console.

One

Enter your username (always “root”) and then the password sent to you by email from Digital Ocean, when you initiated the droplet.Enter your login details into the Digital Ocean console. The terminal will then prompt you to update your password immediately.

This is mandatory. It’ll first prompt you to enter your current UNIX password (same as password in your email) and then add a new password twice. If this is done correctly, you should see the installation initialize and after a few seconds, you should see the below screen.The Ghost installation initializing. Press enter to begin the installation to which you should see the program downloading.You should see the prompts indicating that Ghost is installing. The program will prompt you to enter your domain (in this case - make sure it’s your actual domain or subdomain and not the IP) and your email address. The email address can be any of your emails and is just used for the SSL process.

If everything is done correctly, this is what you will see!Ghost has been installed!. To ensure that everything is set up properly, you can now go to your domain or subdomain and you should see a basic blog template from Ghost (example below). Note that if you’re routing through Cloudflare and you’re getting problems related to routing or too many redirects, you may be having problems related to your SSL. I was able to fix this in the Crypto tab, by setting SSL from Flexible to Full.Template blog that should be found at your domain or subdomain. Now, if you navigate to yourdomain.xyz/ghost or the subdomain.domain.xyz/ghost, you should see the setup page.Ghost's sign-up page. Once you go through the steps of the sign-up process, you should get to this page!

This is your Ghost portal where you can customize, upload content, add integrations, and more.The Ghost portal that can be found at anytime through your domain/ghost or subdomain/ghost.Congrats! You’ve successfully set up Ghost. You will be able to access your editing platform at anytime through your link yourdomain.xyz/ghost or subdomain.domain.xyz/ghost.

It’s time to get your blog up and running!

.How to Register for OneKey Token / SMS OTPImportant Note:If you are a SingPass account holder, please register for your 2FA via the SingPass website at These registration steps apply to non-SingPass users only.Click on the 'Register for OneKey' button below to enter the online registration portal.OneKey token / SMS OTP registration guide Step 1Select “Register for OneKey / SMS OTP”, followed by either the NRIC or FIN option.Step 2Read the “” carefully. You have to accept the “Terms & Conditions” before you can proceed to the next step.Step 3Enter your NRIC details as requested in the fields shown. Click “Next” to proceed to the next page.Step 4Choose 'OneKey Token' as your preferred 2FA method.

Please note that currently only SingPass and Phillip Securities offer SMS OTP as a 2FA option. Enter your personal information in the space provided. Click “Next” to proceed to the next step.Step 5Check your personal details and click “Next” to proceed to the next step if the information is correct; otherwise, click “Back” to amend the information.Step 6You will see a message informing you of the successful registration for your OneKey token / SMS OTP. Click “Print” to print the message and/or “Close” to end the session. You should receive your OneKey within three working days and your PIN mailer password within five working days. If you do not receive your OneKey and PIN mailer password within the stipulated timeframe, contact us by filling out the web form.