Code Monkey home page Code Monkey logo

semnas's Introduction

semnas_apps

Sistem Informasi Seminar Nasional Project's Author : Betuah Anugerah

Developer team :

Betuah Anugerah Aang Nurdin Note : This project created with HMVC methode. If you're want to add another modules in this project just add your mvc project to modules folder and add the routing to routing files as "$route['your_url'] = 'your_controller';

Setup :

  • Fork this repository or download this repository
  • Run the initial git
  • Web checkout : http://your_server_name/semnas_apps/

Database Configuration :

  • DB System : MySql
  • DB Name : db_semnas
  • DB File : db_semnas.sql

Git Branch :

  • Master
  • semnas_v1

Note : Please use semnas_v1 branch

Git Download url : https://git-scm.com/downloads

Git Command note :

  • git --version = For looking git version in your computer
  • git init = For initialize the git repository
  • git status = For tracking your activity in you repository
  • git add . or File = For adding your existing local file to the repository
  • git commit = For save your activity to the repository git commit -m "message" = For save your activity to the repository with an message
  • git log = For show the details all log in your repository
  • git log --oneline = For show the logging just one line
  • git diff = For show a change that has been made in your repository files
  • git checkout filename.php = For undo your lattest commit
  • git checkout --commitcode --filename = For undo to the custom commit
  • git branch = For showing the git initialize
  • git branch branchname = For creating a new branch
  • git branch checkout -b branchname = For creating and using a new branch
  • git branch checkout branchname = For using a branch
  • git branch -D branchname = For deleting a branch
  • git remote add origin remote repository URL = Sets the new remote
  • git remote -v = Verifies the new remote URL
  • git push origin master = Pushes the changes in your local repository up to the remote repository you specified as the origin
  • git clone https://github.com/betuah/semnas

semnas's People

Contributors

betuah avatar

Watchers

James Cloos avatar

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.