HomeNotesYou Want To Host * Dolphin / Ray / Orca * On Your Own Personal Computer At Home ?
1511 days ago in 
Tags: webserver
 

You Want To Host * Dolphin / Ray / Orca * On Your Own Personal Computer At Home ?

I WILL NOT TAKE ANY CREDIT
FOR THIS CAUSE IM *NOT* THE 1
TO WRITE OR CREATE
THIS PROJECT.
(MINI SERVER FOR HOME USERS)
*******************

WAMP stands for Windows, Apache, MySQL,
and PHP. There are a lot of useful WAMP
package out there and WampServer is one
of the most easy to use and pack with very
useful trayicon to manage your server and
its settings.

WampServer is a Windows web development
environment. It allows you to create web
applications with Apache, PHP and the
MySQL database. It also comes with
PHPMyAdmin and SQLiteManager to easily
manage your databases. WampServer
installer installs automatically, and its usage
is very intuitive. You will be able to tune your
server without even touching the setting files.

WampServer is the only packaged solution
that will allow you to reproduce your
production server. Once WampServer is
installed, you have the possibility to add
as many Apache, MySQL and PHP releases as
you want.

++++++++++
Presentation


WampServer is a Windows web development environment. It allows you to create web applications with Apache, PHP and the MySQL database. It also comes with PHPMyAdmin and SQLiteManager to easily manage your databases. 

WampServer installs automatically (installer), and its usage is very intuitive. You will be able to tune your server without even touching the setting files.

WampServer is the only packaged solution that will allow you to reproduce your production server. Once WampServer is installed, you have the possibility to add as many Apache, MySQL and PHP releases as you want. 

WampServer also has a trayicon to manage your server and its settings.
FOR PEOPLE WHO WANT A MINI SERVER AT HOME

Installing


Double click on the downloaded file and just follow the instructions. Everything is automatic. The WampServer package is delivered whith the latest releases of Apache, MySQL and PHP. 

Once WampServer is installed, you can add other releases by downloading them on this website. They will then appear in the WampServer menu and you will be able to switch releases with a simple click.
Each release of Apache, MySQL and PHP has its own settings and its own files (datas for MySQL).


Functionalities


WampServer's functionalities are very complete and easy to use so we won't explain here how to use them. 

With a left click on WampServer's icon, you will be able to:
- manage your Apache and MySQL services
- switch online/offline (give access to everyone or only localhost)
- install and switch Apache, MySQL and PHP releases
- manage your servers settings
- access your logs
- access your settings files
- create alias

With a right click :
- change WampServer's menu language
- access this page


How to start


When you install WampServer, a "www" directory is created (generally c:\wamp\www). Create a directory inside for your project and put your PHP files in it. 
Click on the link "Localhost" in the WampServer menu or open your browser and open the http://localhost address.

Add Apache, MySQL and PHP releases


WampServer allows you to install almost all the existing releases of Apache, PHP and MySQL so you can reproduce exactly the settings of your production server. 
To add a new release, donwload it http://www.wampserver.com/en/download.php and install it.

Then click on the WampServer menu and activate the release that you want to use.

Wait until the WampServer icon become white again and start to work.

WARNING : all the PHP
releases aren't compatible
with the
Apache releases.
WampServer knows which
releases can work together
and lets you know
when it is not possible
to switch.
______________________________
HOW TO CREATE A
PASSWORD FOR
WAMP5.

______________________________


( I will not take any credit for this as I am not the
1 to write this how to
set up wamp example,
thank you for
understanding )
In this guide for WAMP, we will show you how to install and 
setup password for WAMPSERVER. There are too many ways to
setup password, but here I only show the easiest but security
way for WAMP
Note: Before attempting any change, even the first time 
password setup, you should perform a full backup; check
the Setup Backup guide for WAMP on this website.
Step 
1
To setup password, left click on wamp tray icon to pop
up the Main Menu and select phpMyAdmin (setpw1.jpg)
http://guides.jlbn.net/setpw/pw1.html
________________________________
Step 
2
In phpMyAdmin windows, if this is the first time
password setup, you will see the warning that MySQL has
default user "root" with no password, and that's what we
try to correct here by selecting Privileges
http://guides.jlbn.net/setpw/pw2.html
__________________
Step
3
In the next windows, if this is the firsttime
password setup, you should have only one user
"root", click on the icon in the end of the
line to edit privilege for user "root"
http://guides.jlbn.net/setpw/pw3.html
Note: If using WAMP 2b, you will have more 
than one user "root", do not panic, and keep
follow this guide until the end and you will
see the section for WAMP 2b
________________
Step
4
In the next windows, scroll down to section Change
Password to input your desire password twice, then
click Go right under that table
http://guides.jlbn.net/setpw/pw4.html
_________________________
Step
5
After click Go, you will get the windows
with confirmation message that MySQL just
set the password for user "root
http://guides.jlbn.net/setpw/pw5.html
5 a 
When you ready, click here to go to the next page !


++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++


IN DOLPHIN it says can not EXCEED over 2MB when
UPLOADING .

****************
Problems that most have with DOLPHIN
*UPLOAD MUSIC/VIDEO* 2mb and it wont accept
anything else but 2mb or less ...

Here is the FIX !
_________________
Try these different settings in
C:\wamp\bin\apache\apache2.2.8\bin\php.ini


Find:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M



Change to:

post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M


Then restart wamp to take effect.



Have fun !





Plussed by

 
 
 
 

Comments

Oldest First
|
Threaded
 
 
Please login to post a comment.
Technoman
JUST REMEMBER ALL YOU HAVE TO DO ONCE YOU GET IT WORKING AND YOU GOT IT ONLINE

*UNZIP DOLPHIN INTO THE WWW FOLDER*
UNZIP ALSO RMS ONTO UR COMPUTER
AND DONT FORGET TO GET
RMS INSTALLED BEFORE YOU CREATE A USER ACCOUNT


THATS IT THE FOLLOW DOLPHIN INSTRUCTIONS FOR THE REST
* HAVE FUN GOOD LUCK *
Technoman
MAKE SURE YOU CREAT A DATABASE IN PHPMYADMIN
LOCLAHOST IS ALREADY CREATED SO I WOULD JUST CREATE A PASSOWRD FOR IT AND CAREAT A NEW DASTABSE NAME ALONMG WITH SAME USER NAME OF YOUR CHOICE AND PUT A PASSOWRD WITH ALL PRIVLAGES
____
ENABLE THE FOLLOWING EXTENSIONS
IN PHP

MOD_REWRITE
SHORT_OPEN_TAGS
mod_xsl
______
LEAVE EVERYTHING ELSE DEFAULT ALL THE MODS THAT ARE ALREAY BEING USED
______
ONCE YOU GET UR SITE ONLINE PLEASE GO INTO YOUR PHP>INI
FIND
UPLOAD_MAX 2m (CHANGE IT TO 50m) see more THEN YOU WONT HAVE TO WORRY ABOUT ERRORS FOR UPLOADS ON MUSIC NOR VIDEOS :)
Technoman
BY THE WAY GUYS/GALS WAMP5 COMES WITH EVERYTHING NEEDED TO GET DOLPHIN JAMING !
CyberXing
Technoman,

I am sure all appreciate your postings, but a few suggestions.

1) Stop typing in all caps : ITS HARD TO READ

2) Why not think your post thru, and post 1 time, instead of posting, and then reposting and posting more, and more.

Regards
CyberXing
Technoman
cyberXing
__________
Ok I will try :)
dnalifestyle
Hi Technoman,
I have read all your blogs great work i am having some problems with the install of dolphin and i am looking for some help this is the problem i am having i am using wamp server 2.0 to install i keep getting this error

Access denied for user 'barry'@'localhost' (using password: YES)

the user and password details i am typing are correct
and i am wondering if it is because of the details below are not found

Paths Check
Dolphin checks general script paths.

Site URL see more
Description:
Example: found
Your site URL here (backslash at the end required)
http://www.mydomain.com/path/

Directory root
Description:
Example: found
Path to directory where your php script files stored.
/path/to/your/script/files/
Path to php binary
Description:
Example: not found
You should specify full path to your PHP interpreter here.
/usr/local/bin/php
Path to mogrify
Description:
Example: not found
If mogrify binary doesn't exist please install ImageMagick
/usr/local/bin/mogrify
Path to convert
Description:
Example: not found
If convert binary doesn't exist please install ImageMagick
/usr/local/bin/convert
Path to composite
Description:
Example: not found
If composite binary doesn't exist please install ImageMagick
/usr/local/bin/composite

i am not sure where to find the not found items can be located and if i will need to install imagemagick
i am new to this so any direction would be helpful

thanks in advance for any help

Barry
Technoman
Sorry to get abck so long
ok yes you have to go into wamp/apps/phpmyadmin/ config.php put your passowrd only in there ( i would use word or text ) that should do it !
Technoman
ok i read your QUESTION !
_____________________
sorry for that you would just use whats there already by continuing with GD LIBRARY as it is in green !
you should be fine with GD LIBRARY ! ( imagemagic ) is just if you dont have GD LIBRARY !
______________
Hopefully i answered to your question !
dnalifestyle
thanks for your help i under stand your second comment about the GD LIBRARY, but im not sure were to put my password within the config.php.
I have config.inc.php is that the right one but i am not sure were i should be putting it, all you help is really appreciated i am trying to get to grip with so many things at once
Technoman
This is another problem that most have with DOLPHIN
*UPLOAD MUSIC/VIDEO* 2mb and it wont accept anything else but 2mb or less ...

Here is the FIX !
_________________
Try these different settings in C:\wamp\bin\apache\apache2.2.8\bin\php.ini

Find:
post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M

Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit see more = 1000M

Then restart wamp to take effect

Have fun !
Technoman
( I will not take any credit for this as I am not the 1 to write this how to set up wamp example, thank you for understanding )

In this guide for WAMP, we will show you how to install and setup password for WAMPSERVER. There are too many ways to setup password, but here I only show the easiest but security way for WAMP

Note: Before attempting any change, even the first time password setup, you should perform a full backup; check the Setup Backup guide for WAMP on this website.

Step
1
To see more setup password, left click on wamp tray icon to pop up the Main Menu and select phpMyAdmin (setpw1.jpg)
http://guides.jlbn.net/setpw/pw1.html
________________________________

Step
2
In phpMyAdmin windows, if this is the first time password setup, you will see the warning that MySQL has default user "root" with no password, and that's what we try to correct here by selecting Privileges
http://guides.jlbn.net/setpw/pw2.html
__________________
Step
3
In the next windows, if this is the firsttime password setup, you should have only one user "root", click on the icon in the end of the line to edit privilege for user "root"
http://guides.jlbn.net/setpw/pw3.html

Note: If using WAMP 2b, you will have more than one user "root", do not panic, and keep follow this guide until the end and you will see the section for WAMP 2b
________________
Step
4
In the next windows, scroll down to section Change Password to input your desire password twice, then click Go right under that table
http://guides.jlbn.net/setpw/pw4.html

_________________________
Step
5
After click Go, you will get the windows with confirmation message that MySQL just set the password for user "root
http://guides.jlbn.net/setpw/pw5.html

5 a
When you ready, click here to go to the next page !
muhammadrustam
I am trying to install the dolphion on wamp using my laptop. I have installed wamp 2.0 and installed dolphin successfully but now after i have deleted the install folder i am getting something like this



Please, remove INSTALL directory from your server and reload this page to activate your community site.
EOJ; echo $ret; exit(); } // set error reporting level error_reporting(E_ALL & ~E_NOTICE); set_magic_quotes_runtime(0); ini_set('magic_quotes_sybase', 0); // set default encoding for see more multibyte functions mb_internal_encoding('UTF-8'); //--- Ray Integration ---// require_once($dir['root'] . "ray/modules/global/inc/header.inc.php"); require_once($dir['root'] . "ray/modules/global/inc/content.inc.php"); //--- Ray Integration ---// ?>
Warning: require_once(BX_DIRECTORY_PATH_INCdesign.inc.php) [function.require-once]: failed to open stream: No such file or directory in C:\wamp\www\dolphin1\index.php on line 39

Fatal error: require_once() [function.require]: Failed opening required 'BX_DIRECTORY_PATH_INCdesign.inc.php' (include_path='.;C:\php5\pear') in C:\wamp\www\dolphin1\index.php on line 39


can you please help me. thanks
Technoman
ummmm
look i will find what needs to be enabled on php ext !
---------
if all php extensions are enabled then you wont get errors .... please make sure on WAMP theres a password phpmyadmin to protect you from the outsiders !
Technoman
that problem there you got ... you would have to ask ANDREYP or ANDREY
 
 
 
PET:0.065901041030884