Download Intellij IDEA https://www.youtube.com/watch?v=2hNNWzdxlRg Download IntelliJ IDEA Install Intellij IDEA https://www.youtube.com/watch?v=EO023KXJATs Install Intellij IDEA
Java 11: Download, Install and Test
Download https://www.youtube.com/watch?v=_mQugHR3_XI Download Java 11 Install https://www.youtube.com/watch?v=Riseql8un9A Install Java 11 Test https://www.youtube.com/watch?v=Ni_d-29_Ghc Test Java 11 Installation
Migrate your WordPress.com blog to your local machine
https://youtu.be/QyRDg6i8CaA Download MAMP Download MAMP from mamp.info Configure MAMP Go into MAMP -> PreferencesGeneral TabCheck EverythingStart ServersCheck for updatesOpen WebSTart pageStop ServersPorts TabDefaultsApache Port: 8888Nginx Port: 8888MySQL Port: 8889PHP TabDefaultsWeb ServerApacheDocument Root - select a suitable folder location to store your WordPress Site - e.g WebServersMySQL defaultsClouddefaults Download and Install WordPress go to https://wordpress.org/ and... Continue Reading →
Create a Local WordPress Site on your Mac
Download MAMP Download MAMP from http://www.mamp.info This will download MAMP_MAMP_Pro.pkg Double click the pkg and follow all the defaults to install both MAMP and MAMP Pro Configure MAMP Double Click the MAMP app Go into MAMP -> Preferences Download and Install WordPress go to https://wordpress.org/ and click on Get WordPress Download the latest version Once... Continue Reading →
Install WordPress.com on MacOS
from the terminal brew cask install wordpresscom
Neo4j – Integrate Graphileon
Create a Neo4j Graph complete the steps in Neo4j - First Stepsleave your GraphDB instance running Determine the Connection Credentials Enter :server status into the URL Box of Neo4j Desktop Enter :server status into the URL Box of Neo4j Desktop Install Graphileon Download Graphileon from https://graphileon.comInstall GraphileonRun Graphileon Configure Graphileon enter all the connection properties... Continue Reading →
Docker Overview
Download Docker Download Docker Community Edition: https://www.docker.com/community-edition click Get Docker CE from Docker Store Test your Installation launch docker by double clicking the app you installed Open a command shell Note that Docker looks for the nginx webserver locally and if it does not find it, then downloads it. Open web browser and go to... Continue Reading →
Intellij IDEA: maven clean install
Video https://youtu.be/salVwXHpIFQ Quick Steps View -> Tool Windows -> Maven ProjectOpens your projects in a sub-windowClick on the arrow next to your projectClick on LifecycleClick on cleanClick on the green (play) buttonClick on installClick on the green (play) button Source Code https://github.com/skills421/HelloWorld Latest Updates For latest updates check out Simple Java 11 Maven Project with... Continue Reading →
Install MySQL on OSX
Manual Installation http://www.mysql.comDownloadsMySQL Community EditionCommunity (GPL) DownloadsMySQL Community Server (http://dev.mysql.com/downloads/mysql/)Max OS... DMG (download)Run Using Homebrew brew install mysql
Install Gnu Compilers on Mac OS
Download latest version of XCode Open Terminal Session enter the following: xcode-select --install This will prompt you to install the command line developer tools click install Download the latest gnu compilers from here latest archive of the GNU compilers in terminal cd to your downloads folder containing the downloaded file run the following command: sudo tar xvf... Continue Reading →