|
1 year ago | |
---|---|---|
app | 2 years ago | |
components | 2 years ago | |
framework @ 12245185ff | 2 years ago | |
jobs | 2 years ago | |
node_modules | 2 years ago | |
services | 2 years ago | |
tools | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 1 year ago | |
.ruby-version | 2 years ago | |
Gemfile | 2 years ago | |
Gemfile.lock | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 1 year ago | |
pro | 2 years ago |
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.
Create your project template with:
git clone git@git.maniak.pro:tki/pro.git <your_project> -o pro-template
# create an empty repo on github or somewhere else and:
git remote add origin <git host>:<user>/<your_project>.git
git push -u origin master
Next, tell git to download pro-framework
:
git submodule update --init --recursive
./pro update
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.
git pull pro-template master
./pro update