Skip to content

Commit

Permalink
Updated Documentation, Removed Github pages files
Browse files Browse the repository at this point in the history
- Fixed shuffled sequece of steps in how to use section
- Fixed literals syntax in howtouse.rst
- Deleted files created by Github Pages, also disable pages in settings
  • Loading branch information
Akshay Khadse committed Nov 21, 2016
1 parent 9e4c71c commit f9a0ed1
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 560 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ There are four types of reports:
How to Use
==========

- Setup the project using **`$ python3 setup.py install`**
- Download or Clone the source code from [here](https://github.com/akshaykhadse/matlab-usage-stats/)
- Setup the project using **`$ python3 setup.py install`**
- Copy the data files to **`data/`** folder. Data files should be as follows:

- **`LM_TMW.log`** - MATLAB Debug Log file
Expand Down
18 changes: 9 additions & 9 deletions docs/howtouse.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
How to Use
==========

- Setup the project using **`$ python3 setup.py install`**
- Download or Clone the source code from `here <https://github.com/akshaykhadse/matlab-usage-stats/>`_
- Copy the data files to **`data/`** folder. Data files should be as follows:
- Setup the project using ``$ python3 setup.py install``
- Copy the data files to ``data/`` folder. Data files should be as follows:

- **`LM_TMW.log`** - MATLAB Debug Log file
- **`src_ip_log`** - Port activity log file with timestamp and IP coloumns
- **`matlab_DB_active.csv`** - CSV file genrated from database `active` table
- **`matlab_DB_archive.csv`** - CSV file generated from database `archive` table
- ``LM_TMW.log`` - MATLAB Debug Log file
- ``src_ip_log`` - Port activity log file with timestamp and IP coloumns
- ``matlab_DB_active.csv`` - CSV file genrated from database `active` table
- ``matlab_DB_archive.csv`` - CSV file generated from database `archive` table

Sample data files can be downloaded `here <https://drive.google.com/drive/folders/0B8bbv1FqBgBVZ1NBdWE4VGd2Zlk?usp=sharing>`_

- Create database by **`$ make migrate`**
- To update entries use **`$ make update`**
- Create database by ``$ make migrate``
- To update entries use ``$ make update``

(This command needs to be run whenever log files are changed)

- To start web interface **`$ make run`**
- To start web interface ``$ make run``

Requirements
============
Expand Down
Binary file removed images/bg_hr.png
Binary file not shown.
Binary file removed images/blacktocat.png
Binary file not shown.
Binary file removed images/icon_download.png
Binary file not shown.
Binary file removed images/sprite_download.png
Binary file not shown.
1 change: 0 additions & 1 deletion javascripts/main.js

This file was deleted.

124 changes: 0 additions & 124 deletions stylesheets/github-light.css

This file was deleted.

Loading

0 comments on commit f9a0ed1

Please sign in to comment.