Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
install opencart ubuntu 12.10
SUBMITTED BY:
Guest
DATE:
Feb. 27, 2014, 7:31 p.m.
FORMAT:
Text only
SIZE:
483 Bytes
Raw
Download
Tweet
HITS:
50807
Go to comments
Report
-cd /var/www
-sudo wget https://github.com/opencart/opencart/archive/v1.5.5.1.zip
-sudo apt-get install unzip
-unzip v1.5.5.1.zip
-mv -v /var/www/opencart-1.5.5.1/upload/* /var/www
-mysql -u root -p
-CREATE DATABASE opencart;
-CREATE USER opencartuser@localhost;
-SET PASSWORD FOR opencartuser@localhost= PASSWORD("yourpassword");
-GRANT ALL PRIVILEGES ON opencart.* TO opencartuser@localhost IDENTIFIED BY 'yourpassword';
-FLUSH PRIVILEGES;
exit
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus