Skip to content

mestrepo/haraka

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

TODO

Demos

  1. https://haraka.ml to test PMF ERP
  2. https://fastdemo.tk/ to test PMF of knowledge base
  3. http://assetmanagement.tk/ to test PMF of Fixed Asset Management only
  4. http://harakafmcg.tk/ to test PMF of FMCG features

Landing Page

Containers

Vagrant

TODO

Docker

TODO

Setup

TODO

Usage

TODO

Technology stack

TODO

CI-CD-CD

TODO Continuous Integration-Continuous Deployment-Continuous Delivery

Deploy to Production server

TODO

Employeess.
# Begin with an existing or new git repository.
cd /path/to/root/of/repo 

# Initialize the git-secret repository by running
# command automatically adds .gitsecret/keys/random_seed file added to .gitignore file. 
git secret init 

# Add the first user to the git-secret repo keyring
git secret tell your@gpg.Employee.

# add files you wish to encrypt inside the git-secret repository
# can only add files that have been put into .gitignore as secret files
git secret add filename1 filename2 ...

# to encrypt all files which you have added by the git secret add command.
git secret hide 

# decrypt files 
git secret reveal 

# show their contents to stdout
git secret cat /path/to/filename

References

TODO

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 54.1%
  • JavaScript 25.8%
  • CSS 18.1%
  • HTML 2.0%