UDD polyglot anti-framework for modern web and standalone applications
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
Marek Piasecki 88a856e23c Merge branch 'master' of git.maniak.pro:madmaniak/pro il y a 5 ans
app Erase history, keep current state il y a 6 ans
components Erase history, keep current state il y a 6 ans
framework@63975fc88c update framework il y a 5 ans
jobs Erase history, keep current state il y a 6 ans
node_modules Erase history, keep current state il y a 6 ans
services Erase history, keep current state il y a 6 ans
tools Erase history, keep current state il y a 6 ans
.gitignore Erase history, keep current state il y a 6 ans
.gitmodules add correct branch il y a 5 ans
.ruby-version Erase history, keep current state il y a 6 ans
Gemfile Erase history, keep current state il y a 6 ans
Gemfile.lock Erase history, keep current state il y a 6 ans
LICENSE Erase history, keep current state il y a 6 ans
README.md Update 'README.md' il y a 5 ans
pro checkout master recursively for submodules il y a 5 ans

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.