UDD polyglot anti-framework for modern web and standalone applications
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Marek Piasecki 88a856e23c Merge branch 'master' of git.maniak.pro:madmaniak/pro vor 5 Jahren
app Erase history, keep current state vor 6 Jahren
components Erase history, keep current state vor 6 Jahren
framework@63975fc88c update framework vor 5 Jahren
jobs Erase history, keep current state vor 6 Jahren
node_modules Erase history, keep current state vor 6 Jahren
services Erase history, keep current state vor 6 Jahren
tools Erase history, keep current state vor 6 Jahren
.gitignore Erase history, keep current state vor 6 Jahren
.gitmodules add correct branch vor 5 Jahren
.ruby-version Erase history, keep current state vor 6 Jahren
Gemfile Erase history, keep current state vor 6 Jahren
Gemfile.lock Erase history, keep current state vor 6 Jahren
LICENSE Erase history, keep current state vor 6 Jahren
README.md Update 'README.md' vor 5 Jahren
pro checkout master recursively for submodules vor 5 Jahren

README.md

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

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

Start

Pro consists of 2 parts: template that provides basic file structure, for you to start working right away, and framework which brings core libraries and tools installed in framework/ dir.

Template

Create your project template with:

git clone git@git.maniak.pro:madmaniak/pro <your_project> -o pro-template

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

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

Framework

Next, tell git to download pro-framework:

git submodule update --init --recursive
./pro update

Setup and run

Pro uses Docker and Docker Compose (version >= 1.9.0 recommended). Be sure you have it installed and working beforehand.

./pro start

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

Upgrade Pro to the newest version

git pull pro-template master
./pro update

Example app

pro-example-app.