how do i install opencart for my virtual server on ubuntu - ubuntu-14.04

I installed ubuntu 14 on my machine.I created multiple website using a single host.I installed opencart. Opencart works on the default website account but not on other website installed on the server.I copied the opencart files ( sudo cp /var/www/myweb/opencart to another website but it refused to copy.how do i install opencart on all website running on the machine

Related

My codeIgniter 3 project is not working no ubuntu 22.04 where as same project perfect working on window

My codeIgniter 3 project is not working no ubuntu 22.04 where as same project perfect working on window..
and i now download codeIgniter 3 new project it perfectly showing the default page but not show other pages which i created
this project is on xampp server
just what do load the project other pages
Because on your local server you haven't installed php and its supporting extensions like intl extension and mbstring
You need to try installing the extension.
$ sudo add-apt-repository ppa:ondrej/php
$ sudo apt update
$ sudo apt upgrade
$ sudo apt install -y php5.6
The software will then be installed on your system.
In order to check the version number of your installed PHP, run the following command:
$ php -v
Now you have PHP 5.6 installed, but most use cases require that you install additional PHP modules like MySQL support, Curl, GD, etc. Run the below command to install some commonly used modules.
$ apt-get install php5.6-gd php5.6-mysql php5.6-imap php5.6-curl php5.6-intl php5.6-pspell php5.6-recode php5.6-sqlite3 php5.6-tidy php5.6-xmlrpc php5.6-xsl php5.6-zip php5.6-mbstring php5.6-soap php5.6-opcache libicu65 php5.6-common php5.6-json php5.6-readline php5.6-xml
I hope this helps

How to install cassandra on Windows 10?

I am trying to get and install Cassandra on Windows 10(x64). Not able to download any Datastax enterprise edition for Windows. Can anyone suggest the steps to do download ,install it and configure on Windows 10.
I have been using the following
Install virtual Machine
Download Latest Centos and Install it on Virtual Machine
Install Cygwin on windows ( you can use different software as well ) to access Cassandra on Windows
Follow Bitnami Steps on how to install Dockers and download Cassandra Image on your Virtual Machine
(https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-centos-7)
you may choose other Cassandra Image aswell but i personally prefer Bitnami
To be able to install Cassandra on Windows, first you need to:
Download and Install Java 8 and set environment variables.
Download and install Python 2.7 and set environment variables.
Then Visit the official Apache Cassandra Download page and select the version you would prefer to download and Set Up Apache Cassandra
Here's a link to full explanation https://phoenixnap.com/kb/install-cassandra-on-windows

How to install #hyperledger-fabric setup on centOS?

I have a server in my lab running centOS operating system, and i am connecting to the server using ubuntu installed on my windows laptop. I want to install hyperledger fabric on this lab server (centOS). but I am new to centOS as well ubuntu. have no idea, where to start and how. I need help to install hyperledger fabric platform on this centOS server.
have surf the Internet but not found any good information about centOS commands and support.
I need all steps to install hyperledger platform on centOS server.

Install GitLab locally on solaris OS

I'm new with gitlab and I preferred it over github because it allows local installations on private servers, but the server that I want to install gitlab on it is not connected to internet, I can only FTP files to it. So my question is if I can find any ready gitlab package for solaris OS that I can move it to my solaris server after downloading it locally and install it on my solaris server?

how to configure phpmyadmin after "sudo yum install phpMyAdmin" ? on amazon ec2 linux ami

after I install phpmyadmin by "sudo yum install phpMyAdmin", it installed successfully.
However, when I type http://example.com/phpmyadmin always get "The requested URL /phpmyadmin was not found on this server."
So my question is how to configure phpmyadmin after install it, I searched online for lots post and none of them solves my problem so far, any suggestions? (I restarted apache after install phpmyadmin and it didnt work)
Background: using amazon ec2 linux ami, php/apache/mysql up and running.
(and where can I find apache installed directory and phpmyadmin configure file?
I tried /etc/apache, but apache is not there)
Thanks a lot for your help!

Resources