Skip to content

tiutiunnykleasoft/docker_virtuemart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLING

Before install :

Unpacking Joomla + VirtueMart

  1. cd public_html/ && unzip VirtueMart.zip && rm VirtueMart.zip scp -r VirtueMart3/* ./ && rm -rf VirtueMart3

Installing docker images

  1. docker-compose build
  2. docker-compose up

Adding database

  1. Insert URL in the browser : http://localhost:8765
  2. Accesses :
    {
    login : root
    password : qwerty
    }
  3. Add a new database and remember the name

Installing

Joomla

  1. Insert URL in the browser : http://localhost:8080
  2. Fill the configuration page.
  3. Save admin username, password to access.txt file.
  4. Click next.
  5. To find database host, insert docker inspect {docker_mariadb_image}
  • where docker_mariadb_image name of your docker mariadb image
  • find the IPAddress field, like 172.19.0.3
  1. Insert database information :
    {
    host : {docker_mariadb_image}
    user : root
    password : qwerty
    name : from a previous step
    }
  2. Click next.
  3. If Hikashop ask to delete the file - delete to confirm that you are the owner of the site.
  4. Click next and wait until database installing.
  5. Select demodata for store.
  6. Click install.
  7. rm -rf public_html/installation.
  8. Click go to the control panel after installation.
  9. Click Install VirtueMart.

EMS Plugin

  1. git clone https://github.com/emspay/ems-online-virtuemart.
  2. Extension -> Manage -> Install.
  3. Select Zip archieve ems-online-virtuemart/pkg_emspay.zip.
  4. rm -rf ems-online-virtuemart.
  5. cd public_html/libraries/emspay && composer install

After install

Now Joomla with VirtueMart installing is completed with the latest EMS Pay plugin onboard!

About

EMS Docker project for fast deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published