Bringing selenium automation to the proles since 2014
-
Install mysql and python
-
Create your database:
mysql> CREATE DATABASE atmatr; mysql> GRANT ALL ON atmatr.* TO 'atmatr'@'localhost' IDENTIFIED BY 'atmatr'; -
Install npm and phantom.js
-
Install node modules:
$ cd atmatr/public/static/javascript $ npm install -
Do a pip install, then start your web server