Jump to content
  • 0

flux guide request


domez86

Question


  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   0
  • Joined:  06/11/13
  • Last Seen:  

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
Link to comment
Share on other sites

10 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  128
  • Reputation:   11
  • Joined:  11/26/16
  • Last Seen:  

Here is a detailed installation mate.

 

https://github.com/HerculesWS/FluxCP/wiki/Setup-Guide

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   0
  • Joined:  06/11/13
  • Last Seen:  

7 hours ago, Thanna20 said:

Here is a detailed installation mate.

 

https://github.com/HerculesWS/FluxCP/wiki/Setup-Guide

this is for Hercules, i have rAthena. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  128
  • Reputation:   11
  • Joined:  11/26/16
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   0
  • Joined:  06/11/13
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

This may help you :))

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  85
  • Topics Per Day:  0.02
  • Content Count:  207
  • Reputation:   0
  • Joined:  06/11/13
  • Last Seen:  

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 ....

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

Are you using the latest CP? 

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

You can use youtube too.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  122
  • Reputation:   17
  • Joined:  12/10/12
  • Last Seen:  

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.

Link to comment
Share on other sites

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.

×
×
  • Create New...