//
.____ _____ ___________________.________ ____.__________
| | / _ \\______ \______ \ ____/ | |\______ \
| | / /_\ \| | _/ / /____ \ | | | ___/
| |___/ | \ | \ / // \ /\__| | | |
|_______ \____|__ /______ / /____//______ / /\________| |____|
\/ \/ \/ \/ \/
C 0 D 3 1 Z P 0 3 7 R Y
This project serves as a marketing tool for the CeBit. Users can start a Indigitus server and login via an emulated terminal
Dependencies
- npm install grunt -g
- npm install bower -g
- git clone https://github.com/LAB75JP/indigitus-marketingfrontend.git
- cd indigitus-marketingfrontend
- npm install
- bower install
- grunt serve
Additional Dependencies
- sudo apt-get install ssh
- sudo adduser devtest
- Follow the wizard and finally enter "devtest" as password
- sudo adduser devtest ssh
- grunt serve
Not yet implemented
Not yet implemented
- For new features open up a new branch that gives an idea about what problem you are trying to solve
- "Please open github issues"
- all required SSH keys are located in the ./lib/config/ssh/$environment/ folder.
- no password
- private key is $environment/$template.id_rsa
- public key is $environment/$template.id_rsa.pub
- they are all assigned to [email protected]
- cd lib/config/production
- ssh-keygen
- ./$template.id_rsa [Enter] # replace $template with the correct value in env.json
- [Enter] # no passphrase
- [Enter] # confirm no passphrase
- Replace the local name@host inside id_rsa.pub file with [email protected]
enjoy!