Giter VIP home page Giter VIP logo

romanphil-import's Introduction

romanphil

Sito di ecommerce realizzato in wordpress, in versione docker.

Attenzione

Non viene salvato su git l'intero sito, ma solo la customizzazione.

Il database, viene creato nella cartella ./volumes/db, mentre il sorgente directory ./srv viene impostato come /var/www/html dei container.

docker

  • ./bin/dup --build docker-compose up -d --build
  • ./bin/ddown docker-compose down
  • ./bin/dexec docker exec -it [mysql|php|ngnix] bash

I container sono quattro:

  • mysql
  • php
  • ngnix
  • phpmyadmin

Account

  • user git thesi: pieroproietti

Versioni wp da utilizzare per l'importazione

Database

  • dbname: wordress
  • user: wordpress
  • pass: wordpress

Nella macchina con php

chown -Rf www-data:www-data /var/www/html/

ngnix

location /wordpress/{
  # permalink
  autoindex on;
  try_files $uri $uri/ /wordpress/index.php?$args;
}

Importazione

  • git clone http://github.com/pieroproietti/import-romanphil in /var/www/html/WordPress
  • scompattare wordpress in ./srv
  • scompattare woocommerce-3.2.6 in ./srv/wordpress/wp-content/plugin
  • attivare woocommerce dal browsers
  • collegarsi alla macchina php e dalla directory /var/www/html
  • php import/import.php

Plugin and themes

Installare:

  • theme: storefront
  • plugin: WooCommerce collapsing categories
  • widget: wc-categories

Prodotti importati: 4144

romanphil-import's People

Contributors

pieroproietti avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.