0
Welcome Guest! Login
0 items Join Now

SOLVED RocketLauncher hangs up at 'installing sample data'

    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • Steve Howard wrote:
      MAMP didn't work out

      Hmm...so your saying that "MAMP for WINDOWS" beta didn't work out? That's distressing as I'll be writing a guide soon.
  • Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • Well, it didn't work out for me... I am an engineer but not a software engineer!

      The problem was that when I used MAMP as a local server it could never access the database on STEP 2 of the joomla installation. I didn't really try to figure this out. I immediately tried WAMP after and everything worked perfectly. Let me know if you need more details I would be happy to share. I really appreciate you helping me on this.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • Steve Howard wrote:
      Let me know if you need more details I would be happy to share. I really appreciate you helping me on this.

      OH Steve you have to learn not to commit to anything :P
      I'm calling on you for a little help. As I said I've ran many local servers and right now I'm the happiest with MfW's.
      If your willing to try again, I'll post a preview of my MfW guide here and you can try it out.
      So how does that sound :whistle:
    • Terp's Avatar
    • Terp
    • Elite Rocketeer
    • Posts: 1720
    • Thanks: 23

    Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • ...another alternative is AMPPS:

      AMPPS is a WAMP, MAMP and LAMP stack of Apache, MySQL, MongoDB, PHP, Perl & Python.

      AMPPS enables you to focus more on using applications rather than maintaining them.

      With AMPPS you can create a website by installing any of the 329 Apps, customizing it, and then simply publishing it on the internet via a wide choice of hosting service providers.




      I use that when WAMP doesn't want to cooperate, but I am now going to give MAMP a look. :)
  • Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • Dan,

      Absolutely!

      I would like to repay the favor and help out if I can. If I get it to work, basically anyone should be able to!

      The only catch is it may take me some time to get around to, as I am building a company and spending most hours working on that. Let me know what you think and where to go from here. Thanks again for all the help!

      Steve
    • Last Edit: 10 years 5 months ago by Steve Howard.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • Terp wrote:
      I use that when WAMP doesn't want to cooperate, but I am now going to give MAMP a look. :)

      Hi Terp
      I know your regular contributor so if you and Steve would be my beta-testers for the guide I'd really love it!!!

      MAMP for Windows was suggested to me by our devs (all MacHEads :P ) although I'm a hardcoded PC guy I'll try anything that is advantageous to ME! MAMP for Windows has been so :)

      I'll be posting the 1st rough draft here later this afternoon.

      BTW: In the space of 15 minutes I had MfW running on my VMware Win-7 Workstation with no extraneous fiddling or diddling.
    • Terp's Avatar
    • Terp
    • Elite Rocketeer
    • Posts: 1720
    • Thanks: 23

    Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • Yes, sir, I'd be happy to take a look...held off installing it and taking it for a tesst drive until after you post the guide. :)
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • MAMP for WINDOWS - 1st Draft

      Go to MAMP for WINDOWS Beta to your HDD.
      Launch the program and you will see the setup screen
      This image is hidden for guests.
      Please log in or register to see it.

      You will be asked for a folder location on your HDD for the installation of MAMP for WINDOWS Beta
      This image is hidden for guests.
      Please log in or register to see it.

      During installation if you don't have Microsoft's NET framework it will be installed for you
      This image is hidden for guests.
      Please log in or register to see it.

      On completion of Microsoft's NET framework install you will see this screen
      This image is hidden for guests.
      Please log in or register to see it.

      On completion of MAMP for WINDOWS Beta installation you see the Control Panel appear with your Apache and MySQL servers already started
      This image is hidden for guests.
      Please log in or register to see it.


      We will press the STOP Servers button
      This image is hidden for guests.
      Please log in or register to see it.

      so as to make an important preference change. The default port for MAMP for WINDOWS Beta to communicate with your PC is port - 80. However this is a popular port for Skype and other apps so it's wise to set it to any free port on your PC. As I have three local servers running on the same PC I use these three ports - 8080, 8081 and 8082.
      Once stopped click the PREFERENCES button and you will see a new window popup.

      This image is hidden for guests.
      Please log in or register to see it.
      . Set the Apache port setting to a value of your choosing. Click OK. Back at the Control Panel, click START Servers and then click the WebStart button.

      The WebStart will bring up a Welcome screen
      This image is hidden for guests.
      Please log in or register to see it.
      whose files are stored in your new local server folders. So if you chose the default of C:\MAMP then your site files will be stored in C:\MAMP\htdocs.

      Our next step is creating a DataBase (DB) to use for our first new site. I use ADMINER as my DB Admin console. I gave up on the PhPMyAdmin console ages ago. So launch AdMiner
      This image is hidden for guests.
      Please log in or register to see it.
      or from the MAMP for WINDOWS Beta Welcome Screen -> PhPMyAdmin and we'll create a new DB. The default username and password for Login are both "root".
      Once logged we'll create our DB and set it's collation. Collation refers to a set of rules that determine how data is sorted and compared. Character data is sorted using rules that define the correct character sequence, with options for specifying case-sensitivity, accent marks, kana character types and character width. Generally for Joomla the preferred collation setting is "utf8_general_ci"
      This image is hidden for guests.
      Please log in or register to see it.


      Now we'll start installing our Panacea J3.x RocketLauncher. In C:\MAMP\htdocs create a new folder, I call it Panacea33 so we'll have C:\MAMP\htdocs\Panacea33.
      This image is hidden for guests.
      Please log in or register to see it.


      Download the package to your HDD and extract the contents out to the C:\MAMP\htdocs\Panacea33 folder.
      This image is hidden for guests.
      Please log in or register to see it.


      Next we'll start the installation process by accessing the folder in a browser URL. Here's a little tip. Create a bookmark in your browser using the port # you assigned MAMP for WINDOWS Beta. So in my case "http://localhost:8081/". This will open a FTP like-view in your browser window.
      This image is hidden for guests.
      Please log in or register to see it.


      Just click the Pancea33 folder and the install screen will appear.
      This image is hidden for guests.
      Please log in or register to see it.


      Fill this in as you wish. Next is the DB setup screen:
      This image is hidden for guests.
      Please log in or register to see it.

      As mentioned before the default Username and Password is "root".

      Then we move to the final overview screen:
      This image is hidden for guests.
      Please log in or register to see it.


      You'll notice we have an issue as the Output Buffering is NOT at the Joomla recommended setting of OFF but rather ON. This can be addressed at a later point but we'll do it now. Launch your MAMP for WINDOWS Control Panel and press the STOP Servers button. The Apache server must be stopped so as to make any changes to the configuration or .ini files. This change must be made in the php.ini file which is located here -> C:\MAMP\htdocs\conf\php*.*.*
      To determine the PHP version and folder you need to access, go to the Control Panel and click the PREFERENCES button. Select the PHP tab and you will see the PHP version currently in use.
      This image is hidden for guests.
      Please log in or register to see it.


      So in my case I need to access the php.ini file located in C:\MAMP\conf\php5.5.7. Open the file in your favourite plain text editor, I use
      Notepad++ . Search for this string -> "e.g., output_buffering=4096". Change the line below to "output_buffering=Off"
      This image is hidden for guests.
      Please log in or register to see it.


      SAVE the file and go to the Control Panel and click the START Servers button. Let's refresh the Overview page and we'll see this:
      This image is hidden for guests.
      Please log in or register to see it.


      Proceed and the RocketLauncher will install and come to the Remove Installation screen.
      This image is hidden for guests.
      Please log in or register to see it.


      If you click the site option you will be taken to your brand new RocketLauncher installation.
      This image is hidden for guests.
      Please log in or register to see it.


      Also confirming by viewing the DB:
      This image is hidden for guests.
      Please log in or register to see it.


      Now you can easily develop your site locally. If you have issues that we would need to see it's simply a matter of cloning your site with a free copy of Akeeba backup and uploading the retore package to your remote server and setting it up there.
    • Last Edit: 10 years 5 months ago by DanG.
    • DanG's Avatar
    • DanG
    • Preeminent Rocketeer
    • Posts: 36750
    • Thanks: 3229
    • Custom work done

    Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • Okay Steve and Terp if you could give this a try and report any bugs in the guide I would very much appreciate it.
    • Terp's Avatar
    • Terp
    • Elite Rocketeer
    • Posts: 1720
    • Thanks: 23

    Re: SOLVED RocketLauncher hangs up at 'installing sample data'

    Posted 10 years 5 months ago
    • DanG wrote:
      Okay Steve and Terp if you could give this a try and report any bugs in the guide I would very much appreciate it.

      I went through the installation this morning. I'll respond with my notes today, Dan.
    • The following users have thanked you: DanG

Time to create page: 0.051 seconds