Getting rid of a couple place holder files from CodeIgniter

这个提交包含在:
Corby Krick 2013-04-22 19:01:49 -05:00
父节点 66d0bef23a
当前提交 abdd42bfcc
共有 2 个文件被更改,包括 0 次插入62 次删除

查看文件

@ -1,35 +0,0 @@
CodeIgniter Installer
======================
General Information
--------------------
CI Installer is a starting point for giving your downloadable CodeIgniter
application an installer.
If you're making a CI app that is designed to be downloaded and self-hosted,
CI Installer provides an easy way for the user to get the database structure and
configuration in place.
NOTE: This is to be used as a starting point. You will have to customize it to
make it work for your application, and you might have to dig into the code
a little bit. It's pretty simple, so if you have a basic understanding of PHP
you shouldn't have trouble.
General Instructions
---------------------
1. Download CI Installer, rename the folder to 'install' and put it in the root
directory of your CI install (as a sibling to the /system folder).
2. Make an SQL dump of your desired database structure and intial data and paste
it into assets/install.sql
3. Open up index.php and change "Your App" in the <title> to your app's name.
4. If your CI application folder is a sibling of your system folder instead of a
child (this is common), do a find/replace to replace 'system/application' with
'application' in each of this project's files.
- In index.php, around line 37 change 'welcome' to the URL of the page
(in CodeIgniter) that you want the user to be redirected to after installing.
- Visit http://example.com/path/to/yourapp/install and see how it goes.
If you have problems or have recommendations, please file an issue at
http://github.com/mikecrittenden/ci-installer/ or else it won't get fixed!

查看文件

@ -1,27 +0,0 @@
THIS CODE IS RELEASED UNDER [THE UNLICENSE](http://unlucense.org)
----------------------------------------------------------------------
**This is free and unencumbered software released into the public domain.**
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to [unlicense.org/](http://unlicense.org).