QuickInstall 1.1.6 released

Discussion in 'phpBB Discussions' started by Latest phpBB.com, Apr 7, 2011.

  1. awww.phpbb.com_mods_quickinstall_qi_logo.gif

    phpBB QuickInstall is a tool to install a phpBB3 board with a single mouse click. It is ideal for testing MODs, both for MOD authors and other users that want to check out a MOD before installing it on a live board.

    phpBB3 QuickInstall was originally created by Igor “igorw” Wiedler in the summer of 2007 and was later partially rewritten by him in march 2008. Since March 2010 this project is maintained by Jari “tumba25” Kanerva.

    The installed forums will use their own database, with a qi prefix. phpBB QuickInstall is able to populate your test boards with almost any amount of users, categories, forums, topics and posts, if you choose to do so. You can also get one global moderator and one extra admin. But 22k users, 500 forums in 50 categories with ~1500 topics in each and ~150 posts in each topic might take a while (that would give you 112 500 000 posts in 750 000 topics and probably take a day or two). awww.phpbb.com_community_images_smilies_icon_razz.gif
    You can also get AutoMOD and Subsilver2 installed if you want them. You can manage the test boards in QI so they are easy to delete when you are done testing and you have direct links to them from the QI main page.

    In this version AutoMOD is no longer shipped with QI, you need to download it from http://www.phpbb.com/mods/automod/ and copy it to sources/automod/ if you want it.

    NOTE: phpBB QuickInstall is only intended to be used for local testing and should not be installed on a public/live server.

    Getting started
    To install QI simply download the latest version and extract it to a directory accessible via a browser.
    Download the latest phpBB version and extract it into the sources directory.
    Download the latest AutoMOD and copy the contents from the root directory to sources/automod.
    Rename qi_config_sample.cfg to qi_config.cfg and make sure it's writeable by your web serve.
    Make sure boards/, cache/ are writeable by your web server.
    Point your browser to the QI directory. You will be taken to the settings page and once you have filled in the required information you are good to go.
    If you are upgrading from a earlier version you do not have to replace qi_config.cfg, just make sure it's writeable by your web server and go to the settings tab.

    Download
    You can download QI from http://www.phpbb.com/customise/db/offic ... ckinstall/ some language packs can be found in the support tab.

    Support
    You can obtain support in the support section

    Source
    The source code is freely available under GNU GPL version 2. It can be obtained from https://github.com/phpbb/quickinstall

    Bugs
    If you run into any bugs, please report them to the MOD Team Tools bug tracker. You can also submit patches via github's pull request feature.

    Changelog
    Changes since 1.1.5

    • [FIX] Rewrote some of the config handling, at least it looks nicer now. awww.phpbb.com_community_images_smilies_icon_e_smile.gif
    • [FIX] Updated the install instructions.
    • [FIX] Checks for the config file and gives a proper slap if it's missing.
    • [FIX] Tries to correctly handle non valid chars in db names.
    • [FIX] Make sure phpBB exists before trying to load it.
    • [FIX] Changed $user->lang['DB_PREFIX'] To 'Database prefix'.
    • [FIX] Allow localized usernames. Bug #62563
    • [CHANGE] Removed AutoMOD from the QI package.
    • [CHANGE] Moved QI's language file for phpBB.
    • [CHANGE] Moved some AutoMOD installation to QI instead of MODding UMIL or AutoMOD.
    • [CHANGE] Moved things in the settings and slightly changed the layout.
    • [FEATURE] Added option so set how many users, forums, topics and posts that will be created.
    Thank you,
    The Modifications Team

    You can discuss this announcement here

    Continue reading...
     

Share This Page