-
Notifications
You must be signed in to change notification settings - Fork 84
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
Server installation Script #156
Open
aker99
wants to merge
129
commits into
scorelab:develop
Choose a base branch
from
aker99:Server-Installs
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* adding ruby client for senz * adding a README.md file
Create receiver for device 01
…mic one instead of printing the static 3001 port
* Create config.yml Dependabot for managing packages * Implementing Rust client for Senz server Create receiver for device 01 * Rust sender device file * Create README file * Add new dependencies Add and updated dependencies with current versions * Adding AES libraries * create message encryption with aes * removed binary files
* updating README.md * adding tests
* Added UNSHARE command for python client * Removed changes from master * Added Unshare command for javascript client * Undoing changes to master * Added unshare command to JS client
* Create config.yml Dependabot for managing packages * Implementing Rust client for Senz server Create receiver for device 01 * Rust sender device file * Create README file * Add new dependencies Add and updated dependencies with current versions * Adding AES libraries * create message encryption with aes * removed binary files * Update READMe.md Update README.md with the new dependencies requirements
… request creation
* Create CODE_OF_CONDUCT.md * Update CODE_OF_CONDUCT.md * Update Code of Conduct
Update README.md with the new dependencies requirements * Update ISSUE_TEMPLATE.md
…se creation (scorelab#130) * Add test coverage using istanbul.js * Add mockgoose for mock database generation during testing * update package.json and increase test timelimit Co-authored-by: Sumedhe Dissanayake <[email protected]> Closes scorelab#127
* Email Checker for Backend (scorelab#125) * small change Co-authored-by: Sumedhe Dissanayake <[email protected]>
* implemented inactivity to SIGN IN button * updated sign in button activity
Co-authored-by: Sumedhe Dissanayake <[email protected]>
* only account be created with one email * fixed unique-email invalid token bug in test cases * test case added for unique-email check and fixed a bug in async clearing of mock database test Co-authored-by: Sumedhe Dissanayake <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR added the functionality of installation script for other available distros in the community.
Supported Distro added:
Fixes #155
Type of Change:
Checklist: