Getting Started¶

Hello welcome to documentation bolalob! We are excited that you want to learn bolalob environment and how we build sites bolalob.
Get Started Tutorial teaches you how to :
- About bolalob
- Prerequisite bolalob environment
- How to run a project in localhost
- How to running multiple projects in one server localhost
Table Of Contents¶
About Bolalob¶
Bolalob.com is a community media that thoroughly discusses all related to Futsal and Football. Starting from match and coverage to Futsal lifestyle. In addition to discussing Futsal with Futsal lovers community, Bolalob also provides some important information about Spanish League, English League, and Italian League. We always prioritize the best and most original Futsal content quality, for Bolalob loyal lovers.
Bolalob have several category that is:
- Futsal
- Football
- Competition
- Gallery
- TV / Video
Prerequisite bolalob environment¶
Before you starting running the bolalob sites in your computer, you must check and install several application, to see that you have qualify hardware and software need for running the project on your operating system. The requirements for each type of operating system are detailed in the following sections:
Windows¶
- Install Git Version 2.17.1 up
- Install Java Development Kit (JDK) Version 7 up to 8
- Install PostgreSQL Database
- Install IDE Spring Tools Suite or others IDE
- Setup Thymeleaf Framework (Front-end)
- Setup Spring Framework (Backend)
Linux¶
- Install Git Version 2.17.1 up
- Install Java Development Kit (JDK) Version 7 up to 8
- Install PostgreSQL Database
- Install IDE Spring Tools Suite or others IDE
- Setup Thymeleaf Framework (Front-end)
- Setup Spring Framework (Backend)
MacOS¶
- Install Git Version 2.17.1 up
- Install Java Development Kit (JDK) Version 7 up to 8
- Install PostgreSQL Database
- Install IDE Spring Tools Suite or others IDE
- Setup Thymeleaf Framework (Front-end)
- Setup Spring Framework (Backend)
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.
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:
- Firstly you should sign into your GitHub account, for clone or download the project bolalob which is in Github.

- After success sign into your GitHub, clone the project you will running in localhost with way copy the link url from github.
- After you copy link URL from Github, please open your git or command line.
- Sign in to your command line or git, and typing the command line this for make a folder.
$ mkdir folder_name
- And typing this command for navigate to your folder previously you create.
$ cd d:\folder_name
- 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
- 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
- After successfully clone the project you should setup and Input files
application.properties
in your project. - 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
- 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 withport 8000
. - 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.
How to running multiple projects in one server localhost¶
On bolalob, we have several projects that are bolalob sites, bolalob TV and bolalob SI. If we want running the project together on localhost, first you should setup the file build.gradle for example:
- Open file
build.gradle
bolalob-sites, edit file setup and change the number ofserver.port
.

- Open file
build.gradle
bolalob-TV, edit file setup and change the number ofserver.port
.

- Open file
build.gradle
bolalob-SI, edit file setup and change the number ofserver.port
.

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.