- Download and install VirtualBox
- Download and install Vagrant
git clone https://github.com/vdekov/dekov.net.git && cd dekov.net- Generate SSL Certificate into the configs/ssl folder. Execute the following commands sequenty:
- Create a private server key:
sudo openssl genrsa -des3 -out server.key 2048 - Create a certificate signing request:
sudo openssl req -new -key server.key -out server.csr - Remove the passphrase:
sudo cp server.key server.key.org && sudo openssl rsa -in server.key.org -out server.key - Sign the SSL Certificate:
sudo openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
- Create a private server key:
vagrant up- You can login into the virtual box with
vagrant sshand to start all services with thebox_startcommand. - Open
http://192.168.33.10on your preffered browser.
-
Notifications
You must be signed in to change notification settings - Fork 0
vdekov/dekov.net
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
dekov.net environment
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published