aboutsummaryrefslogtreecommitdiffhomepage
path: root/support/doc/client/code.md
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-12-25 09:53:50 +0100
committerChocobozzz <florian.bigard@gmail.com>2016-12-25 09:53:50 +0100
commit7e6afafd6a43a337b77c4a6c1e93e12bda994255 (patch)
tree362dec3847eaaa30f31affaa371e25300f321e99 /support/doc/client/code.md
parentf83e27958109b829ba6326efda0679cc032003e5 (diff)
downloadPeerTube-7e6afafd6a43a337b77c4a6c1e93e12bda994255.tar.gz
PeerTube-7e6afafd6a43a337b77c4a6c1e93e12bda994255.tar.zst
PeerTube-7e6afafd6a43a337b77c4a6c1e93e12bda994255.zip
Update support documentations with postgresql
Diffstat (limited to 'support/doc/client/code.md')
-rw-r--r--support/doc/client/code.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/doc/client/code.md b/support/doc/client/code.md
index 3c2029847..f629af32f 100644
--- a/support/doc/client/code.md
+++ b/support/doc/client/code.md
@@ -54,7 +54,7 @@ Uses [TSLint](https://palantir.github.io/tslint/) for TypeScript linting and [An
54 54
55 * Install [the dependencies](https://github.com/Chocobozzz/PeerTube#dependencies) 55 * Install [the dependencies](https://github.com/Chocobozzz/PeerTube#dependencies)
56 * Run `npm install` at the root directory to install all the dependencies 56 * Run `npm install` at the root directory to install all the dependencies
57 * Run MongoDB 57 * Run PostgreSQL and create the database `peertube_dev`.
58 * Run `npm run dev` to compile the client and automatically run the server. Then the server will watch and compile the client files automatically. You just need to refresh the browser to see your modifications. 58 * Run `npm run dev` to compile the client and automatically run the server. Then the server will watch and compile the client files automatically. You just need to refresh the browser to see your modifications.
59 59
60In a Angular 2 application, we create components that we put together. Each component is defined by an HTML structure, a TypeScript file and optionnaly a SASS file. 60In a Angular 2 application, we create components that we put together. Each component is defined by an HTML structure, a TypeScript file and optionnaly a SASS file.