How to running project in your localhostΒΆ

If you have been installing several Prerequisite previously which is explained on the above, for running the project in the localhost, follow this step will be explained as such:

  1. Firstly you should sign into your GitHub account, for clone or download the project bolalob which is in Github.
_images/github_bolalob.png
  1. After success sign into your GitHub, clone the project you will running in localhost with way copy the link url from github.
  2. After you copy link URL from Github, please open your git or command line.
  3. Sign in to your command line or git, and typing the command line this for make a folder.
$ mkdir folder_name
  1. And typing this command for navigate to your folder previously you create.
$ cd d:\folder_name
  1. After you have make a folder for your project, Typing this command on your git. For download or clone the project to your computer.
$ git clone URL_link_from_github
  1. And after success to clone you project to your computer, for remote the project localhost with project live in github you can type your command as such:
$ git remote add origin URL_link_from_github
  1. After successfully clone the project you should setup and Input files application.properties in your project.
  2. After you have been finding the file folder project and setup application.properties, next you can type the command line this for running the project in your server localhost.
$ gradle clean bootRun
  1. If success, once you type command previously the gradle can be processed and appearing where your project run. Example the project run on https://localhost:8000/ it is projected running on localhost with port 8000.
  2. You can type the URL link in your browser.

Note

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sodales mi et neque pharetra, sit amet volutpat odio aliquam. Suspendisse at sollicitudin erat.

Warning

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sodales mi et neque pharetra, sit amet volutpat odio aliquam. Suspendisse at sollicitudin erat.

Danger

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sodales mi et neque pharetra, sit amet volutpat odio aliquam. Suspendisse at sollicitudin erat.