A HTTP/HTTPS Web Server Handler by (C) Bytes Club
Install dependencies and toolchain
$ apt-get update
$ apt-get install build-essential zlib1g-dev php7.0-cgi
Get Source Code
$ apt-get install git
$ git clone https://github.com/BytesClub/serverX.git
$ cd serverX
Build program (Make sure current directory contains a Makefile)
$ make
Open terminal and go to Source directory
$ make test
Open any browser and go to following address
http://localhost:8080
Reference: Contributing Guidelines
Shortlog: Commit Message
commit body
Fixes: #<issue_number>
[Closes: <In case of multiple issues>]
Signed-off-by: [Your name] <your email>
<Your-Name/Your-Username>/Issue-<IssueID>
$ git remote add upstream https://github.com/BytesClub/serverX.git
$ git fetch upstream
$ git checkout [-b] <your-branch>
$ git rebase upstream/master --strategy recursive -X theirs
$ git push origin <your-branch> [-u]
git-email
package on top of git-core
package already installed and configure accordingly.<Your-Name/Your-Username>/Issue-<IssueID>
$ git rebase origin/master --strategy recursive -X theirs
$ git format-patch <commit> -<N> --cc="Progyan Bhattacharya <progyanb@acm.org>" -o ../serverX-patches
bytes-club@googlegroups.com
containing the patch.
$ git send-email ../serverX-patches/<patch> --to="bytes-club@googlegroups.com" --subject="[Patch] BytesClub: serverX: <Short Patch Info>"
Copyright 2017 The serverX Authors
Maintainer: Bytes Club (https://bytesclub.github.io)<bytes-club@googlegroups.com>
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.