From bd01b541f86c167c0596d77921dc0fdbef1090df Mon Sep 17 00:00:00 2001
From: neodarz <neodarz@neodarz.net>
Date: Mon, 22 May 2017 22:43:08 +0200
Subject: Delete old file

---
 source/website/Documents/situation-pro-2.md | 93 -----------------------------
 1 file changed, 93 deletions(-)
 delete mode 100644 source/website/Documents/situation-pro-2.md

(limited to 'source')

diff --git a/source/website/Documents/situation-pro-2.md b/source/website/Documents/situation-pro-2.md
deleted file mode 100644
index 5ef16eac..00000000
--- a/source/website/Documents/situation-pro-2.md
+++ /dev/null
@@ -1,93 +0,0 @@
-<nav class="subnav">
-  <div class="sublia-border">
-    -- generate submenu here --
-  </div>
-</nav>
-
-<nav class="situation2nav">
-  <div class="situation2lia-border">
-    -- generate situation2menu here --
-  </div>
-</nav>
-
-
----
-title: 'Stage année 2'
----
-
-Repo git : https://git.neodarz.net/neodarz/cours_SIO/recap_stage_2.git/
-
-Rapport d'activité : https://git.neodarz.net/neodarz/cours_SIO/recap_stage_2.git/tree/Rapport/rapport.pdf
-
-# Objectif
-
-# Tâches
-
-
-# documentation
-
-## Documentation technique
-
-### Procédure d'installation
-
-Add Erlang Solutions repo:
-
-``` sh
-wget https://packages.erlang-solutions.com/erlang-solutions_1.0_all.deb && sudo dpkg -i erlang-solutions_1.0_all.deb
-```
-
-Run:
-
-``` sh
-sudo apt-get update
-```
-
-Install the Erlang/OTP platform and all of its applications:
-
-``` sh
-sudo apt-get install esl-erlang
-```
-
-Install Elixir:
-
-``` sh
-sudo apt-get install elixir
-```
-
-Install postgresql and configure it.
-
-CREATE USER demo WITH PASSWORD 'P@ssword';
-ALTER USER demo CREATEDB;
-
-Clone the project:
-
-``` sh
-git clone https://framagit.org/NeodarZ/the_transcriber_backend.git
-```
-
-edit the file config/dev.exs   with this:
-```
-[...]
-username: "demo",
-password: "P@ssword",
-[...]
-```
-Instalation des dépendances :
-```sh
-mix deps.get
-```
-
-You must have this message:
-```sh
-Could not find Hex, which is needed to build dependency :phoenix
-Shall I install Hex? (if running non-interactively, use: "mix local.hex --force") [Yn]
-```
-
-Accept it because Hex is necessary to install dependences
-
-Create and migrate your database with
-``` sh
-mix ecto.create && mix ecto.migrate
-```
-
-install node 6.10.0 and npm from source
-- 
cgit v1.2.1