Browse Source

README

master
Robin Thoni 9 years ago
parent
commit
66ddaa6fb4
1 changed files with 39 additions and 0 deletions
  1. 39
    0
      README

+ 39
- 0
README View File

@@ -0,0 +1,39 @@
1
+VDM webservice API for 3ie recruitment.
2
+
3
+API online demo:
4
+  https://api.vdm.rthoni.com/
5
+  Api-Key: demo42
6
+
7
+API Documentation:
8
+  - https://api.vdm.rthoni.com/doc/index.html
9
+  - http://vdm.3ie.fr/doc/index.html
10
+
11
+Developped with:
12
+  - apache2
13
+      modules:
14
+      - ssl (optionnal)
15
+      - rewrite
16
+  - PHP 5.3.3-7+squeeze19
17
+  - mysql  Ver 14.14 Distrib 5.1.73
18
+
19
+Apache configuration example:
20
+  misc/api.vdm
21
+
22
+API configuration example:
23
+  misc/config.php.sample
24
+  Save it as misc/config.php
25
+
26
+Database structure:
27
+  misc/create_database.sql
28
+  Create database, then insert this structure
29
+
30
+API test:
31
+  Create structure then fill database with test_database.sql
32
+  Exec misc/tests.php
33
+
34
+Clear script:
35
+  misc/api.vdm-clear.php
36
+  Remove expired tokens
37
+  Run it frequenlty (every 24h would be nice)
38
+  Cron example:
39
+    misc/api.vdm-cron

Loading…
Cancel
Save