Commit Graph

41 Commits

Author SHA1 Message Date
Jeff Alyanak a2189a874e
Updated Readme (#44)
* Updated Readme

Better description of dependencies, updated readme.

* Fixed default key directory

Script was not looking in the right place for the auto-generated key directory. This patch fixes issue #35.

* Cleans up Key Directory Patch

Key directory path fix was echoing the directory when run.
2020-01-18 14:33:03 -05:00
Jeff Alyanak d98d4cad6a
Fixed default key directory (#46)
* Fixed default key directory

Script was not looking in the right place for the auto-generated key directory. This patch fixes issue #35.

* Cleans up Key Directory Patch

Key directory path fix was echoing the directory when run.
2019-12-27 19:25:41 -05:00
Vinrobot 3e44d7347b Improve build and scripts (#30)
* Use absolute path rather than relative path in scripts

* Remove src/bitBetter/.keys/cert.cert

* Build licenseGen in Docker
This way we don't have to install dotnet sdk on the host

* Build bitBetter in Docker
This way we don't have to install dotnet sdk on the host

* Change DIR in run.sh to point to the project root

* Replace echo in Dockerfiles by set -x and set -e

* Use same Dockerfile for api and identity images

* Update README.md

* Update CircleCI config
The Docker Executor can't mount volume.
https://support.circleci.com/hc/en-us/articles/360007324514
https://circleci.com/docs/2.0/executor-types/#using-machine

* Make scripts work with sh

* Remove the container used to build bitBetter
2019-07-07 12:18:27 -04:00
Jan Schöppach 5d01d3c661 Fix recreation of keys on every execution (#27)
* Fix recreation of keys on every execution
2019-06-19 09:34:33 -04:00
Jeff Alyanak 6c8789cd67
License Generator Interactive Mode (#23)
* Added a Key Generating script

To make the keygen process a bit easier I've added a `generate-keys.sh` script that can be found in the `.keys` directory. It will generate the key & cert and bundle them into the required pkcs#12 file.

I've updated the readme to include instructions on the script.

* Generate bitbetter/identiry container with modified Core.dll

Added the generation of a second modified container, bitbetter/identity, which contains the modified dll. Fixes #12.

This works on my testing environment but has not gone through extensive testing. I'd recommend a review and cleanup of this commit before it is merged into the develop or master branches.

* Updated Docs

I've taken the steps written out by @online-stuff and consolidated/organized them into the README. This closes #13.

In a future update it might be worth adding a docs/ directory and breaking the readme into several docs that link to one another.

* Updated build.sh

Build now checks for and creates missing .keys directories.

* Added subj to allow for non-interactive use.

* Generate keys on build.

* Circle-ci needs to gen keys to test build

* Generate keys if they don't exist.

Don't overwrite if keys already exist.

* Generate keys online in the .keys directory

* Updated README.md

* Added initial interactive options

* Functional implementation of licensegen interactive mode.

* Bumped Newtonson.Json version

Never versions of the dotnet-sdk have issues with older Newtonsoft versions. 12.0.1 seems to satisfy the widest variety of sdk versions.

* Removing old readme

* Removed Duplicate Section

* Fixed typo

This fixes and closes issue #24.
2019-06-05 14:19:39 -04:00
Jeff Alyanak 15371c362c
Bitbetter identity Core.dll (#14)
* Added a Key Generating script

To make the keygen process a bit easier I've added a `generate-keys.sh` script that can be found in the `.keys` directory. It will generate the key & cert and bundle them into the required pkcs#12 file automatically when running the build script if none already exist.

* Generate bitbetter/identiry container with modified Core.dll

Added the generation of a second modified container, bitbetter/identity, which contains the modified dll. Fixes #12.

This works on my testing environment but has not gone through extensive testing. I'd recommend a review and cleanup of this commit before it is merged into the develop or master branches.
2019-05-25 18:12:10 -04:00
Jeff Alyanak 5f85d83e45 Updated Docs (#15)
* Updated Docs

I've taken the steps written out by @online-stuff and consolidated/organized them into the README. This closes #13.

In a future update it might be worth adding a docs/ directory and breaking the readme into several docs that link to one another.

* Fixed Broken section Links
2019-05-20 22:21:10 -07:00
Jake Swenson 664b75ac81
Merge pull request #9 from online-stuff/master
Creating a Pull Request
2019-05-10 09:34:19 -07:00
online-stuff 9f1422ac68
Removed /jobs commands, not needed anymore. 2018-11-30 14:39:08 -07:00
online-stuff b87c8c5e84
Update README.md 2018-11-21 23:36:46 -07:00
online-stuff 6d3d1ee3f1
Update README.md 2018-11-21 22:03:21 -07:00
online-stuff 27869735fb
Update README.md 2018-11-21 21:39:13 -07:00
online-stuff 1507f336c1
Update README.md 2018-11-21 21:37:36 -07:00
online-stuff 65dccd1768
Create ReadMeInstall 2018-11-21 21:30:18 -07:00
online-stuff 12a92634fb
Rename touchfolder to Empty.txt 2018-11-21 21:04:18 -07:00
online-stuff 36e8c8e513
Create touchfolder 2018-11-21 21:03:35 -07:00
online-stuff f665630abd
Delete cert.cert
Generate your own certificate
2018-11-21 20:59:30 -07:00
online-stuff a38ef370cb
Update Program.cs 2018-11-21 20:42:23 -07:00
online-stuff 1da8b95cbd
Update Program.cs 2018-11-21 20:17:39 -07:00
online-stuff c6da1246dd
Update Program.cs 2018-11-21 19:49:40 -07:00
online-stuff 6277b96b6a
Update Dockerfile
Fix cp error
2018-11-21 19:27:25 -07:00
Jake Swenson 1f37163c8f fix jobs 2017-10-30 08:20:27 -07:00
Jake Swenson 6580c442b9 user id fix 2017-10-29 17:58:34 -07:00
Jake Swenson 3cabfe0bf7 update readme 2017-10-29 12:51:53 -07:00
Jake Swenson 92555591f5 fixed 2017-10-29 12:44:54 -07:00
Jake Swenson b1a8ec5031 typo 2017-10-29 12:19:20 -07:00
Jake Swenson cae6e6f051 type 2017-10-29 12:18:22 -07:00
Jake Swenson 1b2dd6bb10 type; fix build 2017-10-29 12:16:28 -07:00
Jake Swenson f7ec8b477d updates 2017-10-29 12:13:38 -07:00
Jake Swenson 5c58b0d8fd adding license gen 2017-10-29 09:57:49 -07:00
Jake Swenson 72b24aeecd build status 2017-10-22 10:48:35 -07:00
Jake Swenson 8d930e58e5 no squash 2017-10-22 10:41:02 -07:00
Jake Swenson 773b47fd49 install docker 2017-10-22 10:38:44 -07:00
Jake Swenson 6c2561ee23 fix yaml name 2017-10-22 10:31:38 -07:00
Jake Swenson 44d5f18c2e adding build 2017-10-22 10:29:38 -07:00
Jake Swenson 13f33a900a build script 2017-10-22 10:09:25 -07:00
Jake Swenson 75b6eda59d clean up 2017-10-19 14:57:03 -07:00
Jake Swenson da76426f54 Grammer changes and some helpful tips 2017-10-19 14:50:28 -07:00
Jake Swenson 8f9397ec43 Create README.md 2017-10-19 10:19:24 -07:00
Jake Swenson c6eeee7cff adding docker file 2017-10-19 10:03:00 -07:00
Jake Swenson dfd6e21230 Initial commit 2017-10-19 09:51:05 -07:00