-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor README #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Refactor README #22
Conversation
satriahrh
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy coding
| Not an Indonesian, just drop a request and I will work on it :D. | ||
| The research proposal then available by contacting me (DM, tweet, mention or anything) via Twitter: [@SatriaHRHarsono](https://twitter.com/SatriaHRHarsono). | ||
|
|
||
| ## System Block Diagram |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leave this heading by
|
|
||
| Add additional notes about how to deploy this on a live system | ||
|
|
||
| ## Built With |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add python3.6.4
| 5. Install all requirements by `pip install -r requirements.txt` | ||
| 6. Do command `nosetests` and make sure all test case passed. | ||
|
|
||
| ## Running the tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace sixth step of the installation to this section. Then ask the reader to check nosetests documentation
|
|
||
| Explain how to run the automated tests for this system | ||
|
|
||
| ### Break down into end to end tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are not going to put this on readme. Drop it
| Give an example | ||
| ``` | ||
|
|
||
| ### And coding style tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We use automated checker: pylint to stylish our code.
| Give an example | ||
| ``` | ||
|
|
||
| ## Deployment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Write not available for now
| ## System Block Diagram | ||
|
|
||
|  | ||
| Project description |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementation of Enhanced File to Image Encryption put this right below the title.
| Steps to follow: | ||
| 1. Clone this repo from master branch https://github.com/hafizhme/ftie-rt-acm | ||
| 2. From the root project directory, Create a directory for virtual environment | ||
| 3. Create virtual environment by `virtualenv your-env` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a consideration for virtualenv's naming. Some name will be ignored by git, see https://github.com/hafizhme/ftie-rt-acm/blob/master/.gitignore#L85
No description provided.