summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-06-30 20:23:14 +0200
committerJules Laplace <julescarbon@gmail.com>2017-06-30 20:23:14 +0200
commit7af3095f47758010726b9bfba02f40847a02e5a3 (patch)
treea2ff17a93a622233447e4a15790c8f18435370f6 /README.md
parent7c5ca9fdcafcec0e3781ed856eba42cd608f0e15 (diff)
readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4e0e0b1
--- /dev/null
+++ b/README.md
@@ -0,0 +1,25 @@
+# cortex
+
+### requirements
+
+* Node.js 6+
+* MySQL
+* Python 2.7
+* Tensorflow 1.2
+
+### installation
+
+```
+npm install
+npm install knex -g
+knex migrate:latest
+```
+
+### running the server
+
+```
+npm start
+```
+
+The server will be running on http://lvh.me:5858/ or whichever port is specified in `.env`
+