Skip to content
View fastplaz's full-sized avatar

Block or report fastplaz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fastplaz/README.md

FastPlaz

FastPlaz Hero Banner

FastPlaz adalah satu satu web framework dengan menggunakan bahasa free pascal . Dibuat sedemikian rupa sehingga requirement server yang diperlukan pun sederhana dan minimal, dan bahkan bisa di compile langsung dari console/terminal tanpa memerlukan ide/editor Lazarus. Cukup dengan menggunakan apache biasa seperti di shared hosting, fastplaz sudah bisa langsung digunakan.

Desain struktur direktori dan theme/template dibuat sedemikian rupa agar memudahkan dalam melakukan pengembangan aplikasi.

Tutorial lengkap tentang FastPlaz bisa dipelajari melalui situs fastplaz.github.io

Prerequisite

  • FPC / Free Pascal Compiler, version 3.2.2
  • Lazarus (optional)

Persiapan

Download

Download atau clone terlebih dahulu repositori ini.

 git clone -b development https://github.com/fastplaz/fastplaz.git

Disarankan menggunakan cara clone ini dibandingkan dengan download manual. Jika nanti ada update atau perubahan, Anda cukup melakukan pull saja.

 git reset --hard HEAD
 git pull

Dengan cara ini yang akan diambil hanya perubahannya saja, tidak perlu mengunduh ulang keseluruhan file. Selanjutnya Anda cukup compile ulang saja file-file package-nya.

Instalasi

Jika Anda adalah pengguna Lazarus, instalasi untuk penggunaan dasar FastPlaz amat sangat mudah, cukup lakukan langkah ini:

  1. Buka file tools/fastplaz_runtime.lpk, lalu compile.
  2. Buka file tools/fastplaz_tools.lpk, lalu compile dan install.

Hasilnya akan keluar menu seperti ini di toolbar menu FastPlaz.

menu

Dan akan terlihat tambahan pilihan baru di menu File|New Project ... seperti ini

menu

Selamat Mencoba

Utilitas Pendukung

Beberapa utilitas pendukung untuk pengembangan aplikasi juga telah disediakan.

Database Explorer

Database Explorer

JSON Validator & Formatter

JSON Validator

Regex Tester

Regex Tester

Related Content

Contributing

Just make issue and PR if you want to contribute. we will review your PR. See Contributing Docs.

License

See License

Popular repositories Loading

  1. fastplaz fastplaz Public

    FastPlaz - Pascal Web Framework

    Pascal 95 37

  2. fastplaz-example fastplaz-example Public

    FastPlaz Example

    JavaScript 6 5

  3. example-rest example-rest Public

    Simple REST API Example with FastPlaz

    Pascal 3 2

  4. fastplaz-app-wordpress-loader fastplaz-app-wordpress-loader Public

    FastPlaz App - WordPress Loader

    CSS 2 3

  5. fastplaz.github.io fastplaz.github.io Public

    FastPlaz Tutorial

    JavaScript 1 1

  6. fastplaz-web-template fastplaz-web-template Public

    default web template for FastPlaz