Jump to content
  • 0

Question

Posted (edited)

good morning! can someone provide me with a detailed step by step guide / video to install fluxcp on rathena?

the guides I find online are not detailed.... 

tnx! 

Edited by domez86

10 answers to this question

Recommended Posts

  • 0
Posted

1. Git Clone FluxCP into your web server.

2. Set up the IP/SQL Data in config/servers.php - Note : Make sure you're using a SQL account that have access into your RO Database.  Guide : Grant Privileges
 

'Hostname'   => '127.0.0.1', Local IP? No need to change else change it to the IP you're using
'Username'   => 'username',
'Password'   => 'extremelyhardpassword',
'Database'   => 'maindatabase',

3. Set up the config/application.php

'ServerAddress'				=> 'localhost', Same as above
'BaseURI'					=> 'fluxcp', The base url
'InstallerPassword'			=> 'unhackablepassword', Password you're gonna use in installation


4. Open up your website in a browser, input your SQL account with privileges on the database, and install.

  • 0
Posted
18 minutes ago, domez86 said:

this is for Hercules, i have rAthena. 

same setup bro. its just that the rathena documentation is incomplete I guess. I check the rathena github wiki and there is no tutorial in there.

  • 0
Posted
8 hours ago, crazyarashi said:

1. Git Clone FluxCP into your web server.

2. Set up the IP/SQL Data in config/servers.php - Note : Make sure you're using a SQL account that have access into your RO Database.  Guide : Grant Privileges
 


'Hostname'   => '127.0.0.1', Local IP? No need to change else change it to the IP you're using
'Username'   => 'username',
'Password'   => 'extremelyhardpassword',
'Database'   => 'maindatabase',

3. Set up the config/application.php


'ServerAddress'				=> 'localhost', Same as above
'BaseURI'					=> 'fluxcp', The base url
'InstallerPassword'			=> 'unhackablepassword', Password you're gonna use in installation


4. Open up your website in a browser, input your SQL account with privileges on the database, and install.

error....

error.png

  • 0
Posted
1 hour ago, crazyarashi said:

This may help you :))

 

I did not understand how he solves .....
he says: I fixed the error, the problem was in cp_itemshop, for some reason in the instalation try to reinstall the same table trying to add the "use_existing". I manually removed the field and the problem has  fixed.
but I didn't understand what I have to do ....

  • 0
Posted
10 hours ago, domez86 said:

I did not understand how he solves .....
he says: I fixed the error, the problem was in cp_itemshop, for some reason in the instalation try to reinstall the same table trying to add the "use_existing". I manually removed the field and the problem has  fixed.
but I didn't understand what I have to do ....

patch it manually, the installation try to replace something that is already installed. The workaround that i did, it's eliminate the field and put it by my self.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...