https://github.com/kevincobain2000/vagrant-django-mysql-ssl
Basic Setup, Rename myproject -> yourprojectname
https://github.com/kevincobain2000/vagrant-django-mysql-ssl
django-templates ssl-certificates vagrant vagrantfile
Last synced: 7 months ago
JSON representation
Basic Setup, Rename myproject -> yourprojectname
- Host: GitHub
- URL: https://github.com/kevincobain2000/vagrant-django-mysql-ssl
- Owner: kevincobain2000
- Created: 2017-03-03T02:20:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T06:43:58.000Z (over 8 years ago)
- Last Synced: 2025-01-28T22:30:46.793Z (8 months ago)
- Topics: django-templates, ssl-certificates, vagrant, vagrantfile
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| Install | Version |
|---------|---------------|
| Box | precise64 |
| Python | 2.7 |
| MySql | 5.5 |
| Django | 1.9 |
| Https | Yes |
| IP | 192.168.36.12 |```
sudo echo "192.168.36.12 myproject.me" >> /etc/hosts
```###### First Time?
```
vagrant box add precise64 http://files.vagrantup.com/precise64.box
```###### Vagrant
```
vagrant up --provision
``````
vagrant reload --provision
``````
vagrant destroy
``````
vagrant ssh
#password vagrant
```###### Enjoy
https://myproject.me
###### Sequal Pro (SSH)
| Key | Val |
|--------------|---------------|
| Name | myproject |
| Username | root |
| Password | |
| SSH Host | 192.168.36.12 |
| SSH User | vagrant |
| SSH Password | vagrant |