Download & Install

There is two way for downloading Seme Fraemwork, download the zip file or using git clone via Github.

Using Github Github

At first, open Seme Framework on github page. After that, click the green button labelled code.

1. Download dan Install dengan File Zip

After clicking the green button, menu options will appear. Click the Download ZIP menu to download the ZIP file.


1.1. Extract

Once downloaded, usually the file name is seme-framework-master.zip. Find the downloaded file, then right click, select extract or extract to extract the contents of the file in the zip file.

1.1.a. Install on Windows using XAMPP

According to the requirements page, in this example we will use XAMPP. Assume XAMPP is installed in drive D:. So, for extract purposes the zip file is:

# Windows
D:\xampp\htdocs\seme_framework

If there is no seme_framework folder, create it first. After that, extract the downloaded zip file into it.

1.1.b. Install on Mac using XAMPP

According to the requirements page, in this example we will use XAMPP. Assume XAMPP is already installed, for the purpose of extract the zip file is:

# Mac
/Applications/XAMPP/htdocs/seme_framework

If there is no seme_framework directory, create it first, then extract the downloaded zip file into it.

1.1.c. Install on Linux using XAMPP

According to the requirements page, in this example we will use XAMPP. Assume XAMPP is already installed, for the purpose of extract the zip file is:

# Linux
/opt/lampp/htdocs/seme_framework

If there is no seme_framework directory, create it first, then extract the downloaded zip file into it.

2. Download and Install with Git

After the github page appears and click the green button, a URL will appear (git@git..). Click on the icon next to the URL to do the copy process, so that later it can be pasted when executing the git clone command.


2.1. for Windows

According to the requirements page, make sure XAMPP and git are installed on windows. Assume XAMPP is installed in drive D:. First of all open CMD or CMDER or another terminal application like PowerShell. After that type the following command:

# Change drive
D:

# change directory
cd /xampp/htdocs

# check seme_framework folder
dir /p

# if already exist, delete the folder using
# rmdir command
rmdir seme_framework

# start download from github using git clone
git clone git@github.com:drosanda/seme-framework.git seme_framework
2.2. for Mac

According to the requirements page, make sure XAMPP and git are installed on the Mac. First open terminal, then after that type the following command:

# change to htdocs directory
cd /Applications/XAMPP/htdocs

# check seme_framework folder
ls

# if already exist, delete the folder
rm -fr seme_framework

# download from github using git clone
git clone git@github.com:drosanda/seme-framework.git seme_framework
2.3 for Linux

According to the requirements page, make sure XAMPP and git are installed on Linux. First open terminal, then after that type the following command:

# change to htdocs directory
cd /opt/lampp/htdocs

# check seme_framework folder
ls

# if already exist, delete the folder
rm -fr seme_framework

# download from github using git clone
git clone git@github.com:drosanda/seme-framework.git seme_framework

Running Test

To run the Seme Framework, please make sure Apache on XAMPP is running. After that, open a web browser application such as Google Chrome or Firefox or Microsoft Edge. Then fill in localhost/seme_framework in the address box of the web browser application. If the results are the same as in the screenshot below, it means that the Seme Framework installation process has been completed.

Another Running Examples

Here is a list of working examples using the Seme Framework. You can clone or download by clicking on the following link: