aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-05-22 22:43:08 +0200
committerneodarz <neodarz@neodarz.net>2017-05-22 22:43:08 +0200
commitbd01b541f86c167c0596d77921dc0fdbef1090df (patch)
treebf15f303a7b6aa15837721f1ec3508190648dea8
parent95bc37bf128a556032e4ab2c09c3fb7f5ff8931d (diff)
downloadmy_new_personal_website-bd01b541f86c167c0596d77921dc0fdbef1090df.tar.xz
my_new_personal_website-bd01b541f86c167c0596d77921dc0fdbef1090df.zip
Delete old file
-rw-r--r--source/website/Documents/situation-pro-2.md93
1 files changed, 0 insertions, 93 deletions
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