View Single Post
  #29  
Old 08-05-2014, 09:02 AM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

I had to add a step here... the config.php file was actually named config.pfp.dist, so I changed it to config.php and got the editor working.

22 - Set up PHPEditor
First, we need to inject the schema file for phpeditor
$ sudo mysql -u eq -p -h 127.0.0.1 eq < /var/www/phpeditor/sql/schema.sql
Go to a web browser, access 10.0.0.110/phpeditor/
It should note database is not configured.
$ sudo nano /var/www/phpeditor/config.php
change the dbhost, 127.0.0.1
dbuser change to eq
password change to password
Refresh web page, should show prompt
Log in as admin/password
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote