Skip to content

Commit

Permalink
Open source the code of WebHunt
Browse files Browse the repository at this point in the history
Signed-of-by: Parth<[email protected]>
  • Loading branch information
parthyadav3105 committed Feb 27, 2020
1 parent c1db586 commit f928670
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
13 changes: 13 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Copyright 2020 Parth Yadav, Adarsh Yadav

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@



#### License

This work is licensed on Apache 2.0. You can mention it using this repo url [github.com/parthyadav3105/url-hunt](https://github.com/parthyadav3105/url-hunt). Or mention us with our twitter handle [@parthyadav3105](https://twitter.com/parthyadav3105) and [@adi0509](https://twitter.com/adi0509)



Run the following command at master node of Kubernetes cluster

#### How to run:

##### Step 1: ``` sudo ansible-playbook playbook.yaml -i hosts```
Expand All @@ -12,11 +20,22 @@



###### Prerequisite

* Docker
* Ansible
* Helm
* Kubernetes cluster up and running



Note: Name rules are strict because they follow docker and Kubernetes naming convention both.

### Rules:

0. All URL will end with ".in"
1. Name of a website can contain only alpha-numeric characters and hyphen '-'
2. All URL will follow lowercase syntax (Google.in is wrong| google.in is right)
3. replace '+' with 'plus' and append '-' in between for joining with other words, for example: for alt+F4 you have to specify URL 'alt-plus-f4'
4. If your URL starts with a number then add character 'n' in front of it. eg: for '2020' the URL will be 'n2020'
4. If your URL starts with a number then add character 'n' in front of it. (eg: for '2020' the URL will be 'n2020' )
5. Should not container dot '.' or space ' '. Replace them with a hyphen '-'

0 comments on commit f928670

Please sign in to comment.