Code Monkey home page Code Monkey logo

centratama-hcportal's Introduction

Hi there ๐Ÿ‘‹

I'm ryumada. I am a Backend, Cloud Computing, and Full-stack Enthusiast. I have experience in those three topics.

I'm passionate about these three topics, especially Backend Development and Cloud Computing. I hone this skill deeper by joining Bangkit 2022 program.

I will continue to improve myself until I die. I want to contribute to all the things around me and I will try my best to make an impact for them.

These topics also interest me, such as the design system and principle, clean code, TDD, OOP, and the other programming principle that makes software development more convenient to develop and of course can keep its development in the future.

  • ๐Ÿ”ญ I've finished my study and got a Bachelor of Computer degree in the Information Systems field.
  • ๐ŸŒฑ I'm the Bangkit 2022 alumni in the Cloud Computing learning path.
  • ๐Ÿ’ฌ Ask me about Backend Development, Cloud Computing, Full-stack Development, also System Analysis and Design.

Tech Stack

PHP Laravel CodeIgniter JavaScript Hapi NodeJS Python DjangoRestFramework


Github Statistic

Reach me on

centratama-hcportal's People

Contributors

julians22 avatar ryumada avatar

centratama-hcportal's Issues

wording approval and approval status messages

Status Approval Infomation
0 = Not yet Submited
1 = Submitted
2 = First Approval
3 = Revised
4 = Final Approval

for the messages, I placed right here:
../application/views/jobs/indexjp.php
../application/views/jobs/report_v.php
../application/views/jobs/settings_v.php

I placed the wording approval location files:
../application/views/jobs/reportjp_v.php
../application/views/jobs/myjp_view.php
../application/views/jobs/indexjp.php

and for the setting_v.php you can find out the color changer from the report_footer.php, it is javascript codes

Aprrove/Revise Job Profile System

So I need to continue this project, I have to add an Approve/Revise Job Profile System to the system. there is any point that I should thinking about:

  • View the Job Profile System
  • The Logic to implement Job Profile System (Approved/Revise)

Deploy Codeigniter Application on IIS 8

so this is my journey to deploy my Codeigniter Application to IIS 8.

first, install this from Windows Platform Installer image :

  • php -> you can choose any version
  • mysql
  • Microsoft Drivers (x86 or x64 for PHP <php_version>

after install those platform, go to php.ini for my installation the file goes here C:\Program Files\PHP\v7.2\php.ini, scroll to the bottom of file and make sure the last setting like this:

[WebPIChanges]
error_log=C:\Windows\temp\PHP72x64_errors.log
upload_tmp_dir=C:\php\upload_temp_dir
session.save_path=C:\php\session
cgi.force_redirect=0
cgi.fix_pathinfo=1
fastcgi.impersonate=1
fastcgi.logging=0
max_execution_time=300
date.timezone=Asia/Krasnoyarsk
extension_dir="C:\Program Files\PHP\v7.2\ext\"

[ExtensionList]
extension=php_mysqli.dll
extension=php_mbstring.dll
extension=php_gd2.dll
extension=php_gettext.dll
extension=php_curl.dll
extension=php_exif.dll
extension=php_xmlrpc.dll
extension=php_openssl.dll
extension=php_soap.dll
extension=php_pdo_mysql.dll
extension=php_pdo_sqlite.dll
extension=php_imap.dll
extension=php_tidy.dll

[PHP_WINCACHE]
extension=php_wincache.dll

extension=php_pdo_sqlsrv.dll

extension=php_sqlsrv.dll

for [ExtensionList] you can enable what you want and disable it by adding ; in front of extension line. In the code above I enable all extension.

you need to make sure the temp and session path goes to outside of windows folder, because it will conflict with the permission if place it on windows temporary folder, for example I will place in this folder:

error_log=C:\Windows\temp\PHP72x64_errors.log
upload_tmp_dir=C:\php\upload_temp_dir
session.save_path=C:\php\session

next, for those who still experiencing 404 error not found, install this module, this module is important if you want to use .htaccess file to rewrite index.php, on IIS you'll be using web.config to rewrite index.php. Something like this localhost/index.php/auth to this localhost/auth:

  • URL Rewrite
  • Application Request Routing module

otherwise your web.config file won't be read by IIS
source: https://stackoverflow.com/questions/14607390/iis-urlrewrite-is-not-working-for-iis-8

place your web.config file to root directory and done.

web.config file: https://gist.github.com/rizuki-ryumada/682a3b65b6539b32264aaceb5ff92c04

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.