/pro

UDD polyglot anti-framework for modern web and standalone applications

Primary LanguagePHPOtherNOASSERTION

Pro - UDD polyglot anti-framework for modern web and standalone applications

Join the chat at https://gitter.im/madmaniak/pro

Start

git clone git@github.com:madmaniak/pro <your_project> -o pro

# create an empty repo on github or somewhere else and:

git remote add origin git@github.com:<user>/<your_project>.git
git push -u origin master

Setup and run

Docker Compose (version >= 1.9.0 recommended) is required.

docker-compose up --build

# it will download images and try to run pro but you will be notified
# about missing configs - copy them from the examples

docker-compose up

Visit http://localhost:3000 and http://localhost:8000 for database view.

Upgrade Pro to the newest version

git pull pro master
git push

Example app

pro-example-app.