Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Commit f002e99

Browse files
committed
Changes in example files and readme for previous changes.
1 parent 2ea59d1 commit f002e99

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ THIS PROJECT IS IN BETA STAGE.
55
This project is intended to use together with [jshmrtn/rokket](https://github.com/jshmrtn/rokket).
66

77
## Roadmap
8+
* Removing fixed IP for local vagrant machine
89
* Better documentation
910
* Refactoring functionality into ansible-galaxy role
1011

@@ -30,10 +31,10 @@ This project is intended to use together with [jshmrtn/rokket](https://github.co
3031
8. Set your variables for the remote hosts in the group_vars files.
3132

3233
## Development
33-
Run `Vagrant up`
34+
Run `vagrant up`
3435

3536
### Deployments
36-
Run `./fuel.sh`
37+
Run `./fuel.sh` to see instructions.
3738

3839
## Contributing
3940

vars/deployment_vars.yml.example

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22

3-
fuel_pubkey_urls:
4-
- "https://github.com/yourusername.keys"
5-
- "https://github.com/anotherusername.keys"
6-
73
fuel_shared_files: ['.env']
84
fuel_shared_dirs: ['web/app/uploads', 'web/app/cache']
95

vars/deployment_vars_local.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
fuel_local_url: your-local-url.dev
44
fuel_local_site_path: /path/to/your/local/project/site
5-
fuel_local_vagrant_provider: vmware_fusion
5+
fuel_local_vagrant_provider: your_vm_provider # vmware_fusion / virtualbox / vmware_workstation / parallels

0 commit comments

Comments
 (0)