Coder Social home page Coder Social logo

training-deploy-project's Introduction

Plone Deployment Training Example Repo

Initial Setup

  • Fork this repo into your Github account
  • git clone [email protected]:MYUSER/training-deploy-project.git
  • Open in your favorite text editor. ie: cd training-deploy-project && code ./
  • Find all occurences of wolbernd and replace it with your Docker Hub user name

Setup backend

Create a Python virtual environment, install Plone 6.0.0a1 and one addon.

cd backend
make build

Run the Plone Backend instance

make start

In a browser, go to [http://localhost:8080/@@plone-addsite?site_id=Plone&advanced=1](http://localhost:8080/@@plone-addsite?site_id=Plone&advanced=1 and create a new site:

Plone site creation

Stop the process

Setup a new frontend project

On the root of this project

npm init yo @plone/volto

Answer the questions:

Project name (e.g. my-volto-project) frontend
Would you like to add addons? True
Addon name, plus extra loaders, like: volto-addon:loadExtra,loadAnotherExtra volto-slate:asDefault
Would you like to add another addon? false

Edit frontend/package.json and change "@plone/volto": "13.15.1", to "@plone/volto": "14.0.0-alpha.23",

And run cd frontend && yarn

Start it with

yarn start

Running everything with docker

make start-images

training-deploy-project's People

Contributors

ericof avatar wolbernd 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.