Giter Site home page Giter Site logo

xandrkat / dotplant3 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devgroup-ru/dotplant3

0.0 0.0 0.0 877 KB

Next generation of dotplant cms

License: MIT License

ApacheConf 11.28% PHP 83.29% Shell 1.73% JavaScript 2.72% Batchfile 0.32% CSS 0.66%

dotplant3's Introduction

DotPlant3 CMS

Next generation of dotPlant CMS.

WARNING 🔥 dotplant3 is not production ready yet❗ Developers will not support you until the release is made.

It contains lots of bugs, unimplemented features and other very bad things. We don't know the exact release date for now. ¯\(ツ)

Installation

  1. Clone a project git clone [email protected]:DevGroup-ru/dotplant3.git
  2. Go to an application directory cd dotplant3
  3. Run an installing of composer packages ./composer.sh create-project
  4. Modify configuration files
    • Open config/db-local.php and set your connection parameters. It looks like;
    • Change a domain in config/languages/Context.php and config/languages/Language.php if needs;
    • Create a new domain configuration at your web server and set webroot as /path/to/dotplant3/web.
  5. Run migrations ./yii migrate
  6. Run a extensions activation process ./activate.sh
  7. Open a site in you browser http://dotplant3.dev

WARNING

Composer working dir should always be extensions/.

Run composer with --working-dir=extensions/

For example: php composer.phar --working-dir=extensions/ update -vvv

How to develop

Assume that your dp3 app is located at ~/git-my/dotplant3 and all other dev packages are in ~/git-my/*, for example ~/git-my/yii2-deferred-tasks.

  1. Create dev.composer.json - you can use an example file
  2. All local packages with ../../ to dev.composer.json as path repositories.
  3. Run ./composer.sh update -vvv
  4. Now your vendor packages symlinks to your working dirs.

Note: double ../ is needed as composer working dir is extensions/.

dotplant3's People

Contributors

bethrezen avatar fps01 avatar hector68 avatar he11ena 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.