Skip to content

Instantly share code, notes, and snippets.

@paulobunga
Last active February 12, 2019 21:37
Show Gist options
  • Save paulobunga/893c6b276f2e7d9959097a7e0eb19fee to your computer and use it in GitHub Desktop.
Save paulobunga/893c6b276f2e7d9959097a7e0eb19fee to your computer and use it in GitHub Desktop.
codeigniter_ajax_crud

Creating a working directory / project folder

  • Open terminal
  • cd ~
  • cd Desktop
  • cd PROJECTS
  • mkdir codeigniter_ajax_crud

Download codeigniter into our folder and extract it

  • cd codeigniter_ajax_crud
  • wget https://github.com/bcit-ci/CodeIgniter/archive/3.1.10.zip
  • ```unzip 3.1.10.zip && mv CodeIgniter-3.1.10/* .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment