This tutorial shows you how to extend Laravel 5.x to include custom validation rules. In this case, how to check if a field matches the current user’s stored password, when the user wants to change their password.
- Home
- Blog (Page 6)
AWS: Install MongoDB 3.x on Ubuntu 14
If you’re running the default Ubuntu 14 LTS server on AWS, you’ll find that the package manage will only install MongoDB v2.x. However, you can install the latest version by updating apt-get using this tutorial, allowing you to use install the Parse API Server.
Amazon Web Services, MongoDB, Tutorial, UbuntuAWS: Install NodeJS 4.x or 5.x on Ubuntu 14
If you’re looking to install the latest version of NodeJS on your Ubuntu 14 LTS server, you’ll find that the default package manager only has access to older versions of NodeJS. However, you can easily update apt-get to get the latest version using this tutorial.
Amazon Web Services, NodeJS, Tutorial, UbuntuParse.com: Setting up the Open Source Parse API Server
Following Parse’s announcement of the service winding down and the subsequent release of the Parse API Server, I’ve taken the time to setup my own instance of the open-source software to help migrate from Parse.com before it shuts down in January 2017.
Amazon Web Services, AMI, MongoDB, NodeJS, Open Source, Parse, Tutorial