OWNCLOUD
Cloud server backup of all your files
WARNING: You must install Visual C++ 2010 SP1 Redistributable Package x86 or x64
WARNING: Do not try to install WampServer 2 over WAMP5.
If WAMP5 is installed on your computer, save your data, uninstall it
and delete the WAMP5 directory before installing WampServer 2.
WARNING : All the components of the v2.2 WampServer stack have been
compiled with VC9 version of Microsoft compiler.
Earlier versions of Wampserver have been made with VC6 version of
Microsoft compiler.
So, You can NOT mix components of 2.2 stack with previous version of
Wampserver Stack components. If you do it you will get an unstable
Wampserver.
INSTALLING
Double click on the downloaded file and just follow the
instructions. Everything is automatic. The WampServer package is
delivered with 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).
Using wampserver
The “www” directory will be automatically created (usually c:\wamp\www)
Create a subdirectory in “www” and put your (OWNCLOUD) PHP files
inside.
Click on the “localhost” link in the WampSever menu or open your
internet browser and go to the URL : http://localhost
HOW I DID IT
0.Microsoft Visual C++ 2008 Redistributable Package (x64)
http://www.microsoft.com/en-us/download/confirmation.aspx?id=15336
1.INSTALL WAMPSERVER_2.4_64bit
2.Choose DEFAULT BROWER: (IE IN MY CASE)
3.Create EMAIL IF YOU WANT TO
4.LAUNCH WAMP SERVER 2
IF IIS IS INSTALLED, IT IS ALERADY USING PORT 80, WE MUST CHANGE
THAT.
The ICON will remain yellow until we change the PORT from 80 to
something else like 8080
FIND THE BELOW in Apache ONLY IF YOU NEED TO CHANGE THE PORT (if NOT, leave 80) and change FROM:
#Listen 12.34.56.78:80
Listen 80
CHANGE TO
#Listen 12.34.56.78:8080
Listen 8080 (whatever port you want)
NOW TYPE THIS INTO THE WEB BROSWER
http://localhost:8080/
MYSQL
0.PHPMYADMIN change the root password
1.http://localhost:8080/phpmyadmin/
2.username is "root"
we need to change root password
3.CLICK USERS >> EDIT PRIVILEGES >> root >> Edit Privileges >>
Change Password
OWNCLOUD
copy your extracted owncloud folder into the
C:\wamp\www folder
so it looks like C:\wamp\www\owncloud
now go to: http://localhost:8080/owncloud/
create a username and password
admin
YOURPASSWORDHERE
Go into the .httpd.conf
Needs to look like this for network and online access
# Controls who can get stuff from this server.
#
Require all granted
# onlineoffline tag - don't remove
Order Deny,Allow
# Deny from all
Allow from 127.0.0.1
Allow from ::1
Allow from localhost
</Directory>
NOTE
All the data that is being synced is located on the server in the following location.
C:/wamp/www/owncloud/datA
TROUBLESHOOTING
IF YOU GET THIS ERROR FROM THE NETWORK:
Forbidden
You don't have permission to access /owncloud/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to
use an ErrorDocument to handle the request.
Go into the .httpd.conf
needs to look like this for network and online access
# Controls who can get stuff from this server.
#
Require all granted
# onlineoffline tag - don't remove
Order Deny,Allow
# Deny from all
Allow from 127.0.0.1
Allow from ::1
Allow from localhost
</Directory>
IF OWNCLOUD IS SLOW
Go here: C:\wamp\www\owncloud\config
change:change the 'dbhost' entry in your config.php file from 'localhost' to '127.0.0.1'
DOWNLOAD IT
Owncloud Server 9.1.0 This is the SERVER software you to run Owncloud | Official Website
ownCloud Desktop Client_2.2.3.6307 This is the CLIENT software you to run on your PC | Official Website
Owncloud Server 6.0.1 This is the SERVER software you to run Owncloud | Official Website
Owncloud Desktop Client_1.5.2.2445 This is the CLIENT software, install this on to your your PC. | Official Website
Microfoft VisualC++ 2010 SP1 Redistributabl Package 64bit.exe