Welcome Guest, Not a member yet? Register   Sign In
how to upgrade from CI3.0-dev to CI3.0.0.
#1

I am in trouble because I do not know how to upgrade from CI3.0-dev to CI3.0.0.
Is there any pages which have a specific method?
※ I could find how to upgrade from 2.2.x to 3.0.0 at the following page.
http://www.codeigniter.com/userguide3/in...e_300.html
Reply
#2

Just use linked guide. In your case most of the listed changes are already applied, so just make sure all of them are.
Reply
#3

This is how I do my upgrade for several of my projects and it worked flawlessly.

Note:
#1. Before doing the steps below, make a BACKUP of your project files.
#2. Highly recommended:, use GIT or Mercurial on your current project and do a commit.

1. Read the changelog (differences CI3.0 dev between the final release of CI3.0) before proceeding.
2. Unzip the CI3 archive to a folder (we'll use ci3 for this)
3. Copy the files from ci3 to your project (example: system to system, application to application)
4. When you're done and you have GIT/Mercurial installed, just use the DIFF command to find and restore your changes (mostly the files of the applications/config folder)
Share what you know,
Learn what you don't
Reply
#4

Refer the CI user guide. You cant find any other reference other than CI's user guide.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB