Skip to content

"Mini" project untuk kebutuhan kuliah Manajemen Proyek

License

Notifications You must be signed in to change notification settings

Manpro-B1/Akreditasi2020

Repository files navigation

Akreditasi2020

"Mini" project untuk kebutuhan kuliah Manajemen Proyek

Description

Project ini dibuat untuk mensimulasikan project untuk keperluan Akreditasi dalam kuliah Manajemen Proyek.
Akan ada 4 modul dalam pekerjaan ini:

  1. Homepage
  2. Sumber Daya Manusia, Keuangan, Sarana Dan Prasarana Penelitian, Pengabdian Kepada Masyarakat
  3. Pendidikan
  4. Luaran Dan Capaian Tridharma

Setiap tim mendapatkan branch untuk masing-masing modul.
Di akhir, setiap branch akan diintegrasikan dengan branch master melalui Pull Request (dilakukan oleh ketua setiap modul)

Set Up Project

To set up your project (If you're using git):
Find the right path on your folder and open your cmd:

  1. git clone https://github.com/Manpro-B1/Akreditasi2020.git
  2. git checkout <branch_name>
    branch_name: nama masing-masing modul

To check your current stages:
git status

Set Up Connection

  1. cek versi php dan cek windowsnya berapa bit
    image
  2. buka file SQLSRV_Readme
    image
  3. pilih driver file dan pilih yang thread safe
    image
  4. copy file yang dipilih ke folder xampp/php/ext
    image
  5. buka file php.ini
    image
  6. tambahkan extension=<nama_file> (tanpa ;) di bagian Dynamic Extensions bagian Notes for Windows environments image

Working on the project

If you have clone the repository, go to your folder on your local computer:

  1. git pull
  2. open your editor and work on that project, if it is done:
  3. git add .
  4. git commit -m "<message>"
  5. git push origin <branch_name>