Skip to content

Commit

Permalink
[DOC] add info how to install t3kit using Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
dmh committed Sep 14, 2016
1 parent f4a0fbd commit b0292d3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,18 @@

***

## First Startup
## First Startup using git submodules:
1. After first clone you need to get all submodules and install composer deppendencies: `./init.sh`
2. Start virtual machine `vagrant up`

## Setup t3kit using Composer Dependency Manager:

- `git clone git@github.com:t3kit/t3kit_vagrant.git`
- `cd t3kit_vagrant`
- `./initWithComposer.sh`
- `vagrant up`
- open in browser: `localhost:8081`


### Some important commands

Expand Down

0 comments on commit b0292d3

Please sign in to comment.