]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/doc/client/code.md
Update support documentations with postgresql
[github/Chocobozzz/PeerTube.git] / support / doc / client / code.md
index 3c20298475ffa58f0337bc9aff165d1f7b4b3e80..f629af32f10dee93cdb29fc37ec189e7ccb1feff 100644 (file)
@@ -54,7 +54,7 @@ Uses [TSLint](https://palantir.github.io/tslint/) for TypeScript linting and [An
 
   * Install [the dependencies](https://github.com/Chocobozzz/PeerTube#dependencies)
   * Run `npm install` at the root directory to install all the dependencies
-  * Run MongoDB
+  * Run PostgreSQL and create the database `peertube_dev`.
   * 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.
 
 In 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.