Deploying Ionic to Azure

Posted on October 10, 2017 in DevOps • Tagged with #npm, #git, #ionic, #ngx, #azure, #pwa

This blog is part of a series.

  1. Deploying Ionic to Azure
  2. Deploying Express REST API to Azure

The blog is based on @sethreidnz's article Deploying an Angular CLI project using VSTS Build and Release.
This blog deploys a Ionic 3 / Angular 4 app to Azure.

The final workflow

After …


Continue reading

Using NVM for Windows and Yarn

Posted on October 08, 2017 in DevOps • Tagged with #nvm, #nodejs, #npm, #yarn, #chocolatay, #symlink

Microsoft created Taco (Tools for Apache Cordova) - a set of Node.js tools with specific versions. It was to be used from within Visual Studio, so they knew what was global in their Cordova apps. I blogged about it here

With Nvm For Windows you can stay in the shell …


Continue reading

Using SSH keys - Connect to Ionic Pro

Posted on October 03, 2017 in Develop • Tagged with #git, #ssh, #ionic

HowTo connect to Ionic Pro, when ionic link fails?
Ionic Pro is a new site taking over the features from Ionic Cloud - a hosted mobile build, test and deploy service

Intro

The problem

I wanted to connect to Ionic Pro from Windows.
But the attempt failed.

It kept coming with …


Continue reading

Use Google Drive as your Desktop

Posted on September 30, 2017 in Biz • Tagged with #googledrive, #chrome, #desktop

If you have had the thought of using Google Drive as the place where you store your links - just as when you have them on your desktop, then you will learn that you can't navigate to the URL by double-clicking on them.

There are several plugins for Chrome. The first …


Continue reading

Using Pelican Themes

Posted on September 30, 2017 in DevOps • Tagged with #blog, #pelican, #themes, #cms, #install

This blog is part of a serie

  1. Using Pelican blog on Github pages
  2. Using Pelican Themes (this blog)
  3. Setting Pelican blogs in "draft"

Installation - Plugins and Themes

Plugins and Themes are two seperate repos being used by some themes. To be able to reach them from pelicanconf.py is best …


Continue reading

Ngx: Template for Visual Studio 2017

Posted on September 24, 2017 in Develop • Tagged with #npm, #ngx, #typescript, #visualstudio, #tfs

At my work all web developers are getting an Angular 4 course. But there are a couple of issues with that.

  • When you work with ngx in Visual Studio code you get a .gitnore file from the Angular CLI to take care of what not to commit to GIT. Since …

Continue reading

Using Pelican blog on Github pages

Posted on September 23, 2017 in DevOps • Tagged with #blog, #pelican, #githubpages, #cms, #git, #install, #python

This blog is part of a serie

  1. Using Pelican blog on Github pages (this blog)
  2. Using Pelican Themes
  3. Setting Pelican blogs in "draft"

I had some reasons for moving a blog from Wordpress to GitHubPages. You can read about reason, pro and cons here

In this blog I setup a …


Continue reading

Welcome to my Pelican blog on Github pages

Posted on September 23, 2017 in Study • Tagged with #blog, #pelican, #githubpages, #cms

Hi there.

I have moved. Previously I was living on https://rasor.wordpress.com/.

Reason for move

Pro and Cons compared to Wordpress

Pros

  • I got an easier way of editing categories and tags
    • Categories: In your content folder …

Continue reading