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

Commit 5087a7a

Browse files
committed
Refactoring config process.
1 parent 7ac2dcf commit 5087a7a

File tree

8 files changed

+25
-27
lines changed

8 files changed

+25
-27
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
# Deployment
2-
config/deploy/vars/deployment_vars_local.yml
1+
# Config
2+
hosts/staging
3+
hosts/production
4+
group_vars/staging.yml
5+
group_vars/production.yml
6+
vars/deployment_vars.yml
7+
vars/deployment_vars_local.yml
38

49
# Vagrant
510
bin
@@ -26,4 +31,4 @@ Thumbs.db
2631
.tmproj
2732
nbproject
2833
*.sublime-project
29-
*.sublime-workspace
34+
*.sublime-workspace

README.md

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Fuel
22

3-
THIS PROJECT IS IN ALPHA STAGE.
3+
THIS PROJECT IS IN BETA STAGE.
4+
5+
This project is intended to use together with [jshmrtn/rokket](https://github.com/jshmrtn/rokket).
46

57
## Roadmap
68
* Better documentation
@@ -12,24 +14,26 @@ THIS PROJECT IS IN ALPHA STAGE.
1214
* Virtualbox >= 4.3.10 - [Install](https://www.virtualbox.org/wiki/Downloads)
1315
* Vagrant >= 1.5.4 - [Install](http://www.vagrantup.com/downloads.html)[Docs](https://docs.vagrantup.com/v2/)
1416

15-
## Development
16-
17-
### Setup
18-
TBA
19-
20-
### Usage
21-
TBA
17+
## Setup
18+
1. Git clone this repo into a project root folder.
19+
2. Git clone your site framework (like [jshmrtn/rokket](https://github.com/jshmrtn/rokket)) in to a folder named "site" next to the fuel folder.
20+
3. Config the site framework to run properly.
2221

23-
## Deployments
24-
25-
### Setup
22+
## Config
2623
1. Copy `vars/deployment_vars_local.yml.example` to `vars/deployment_vars_local.yml`.
2724
2. Set your local variables in `vars/deployment_vars_local.yml`.
2825
3. Copy `vars/deployment_vars.yml.example` to `vars/deployment_vars.yml`.
2926
4. Set your project specific variables in `config/deploy/vars/deployment_vars.yml`.
27+
5. Copy `hosts/*.example` to `hosts/*`.
28+
6. Set your hostnames or IPs for the remote hosts in the hosts files.
29+
7. Copy `group_vars/*.yml.example` to `group_vars/*.yml`.
30+
8. Set your variables for the remote hosts in the group_vars files.
31+
32+
## Development
33+
Run `Vagrant up`
3034

31-
### Usage
32-
Run `./fuel.sh` for instructions.
35+
### Deployments
36+
Run `./fuel.sh`
3337

3438
## Contributing
3539

group_vars/development.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

hosts/development

Lines changed: 0 additions & 10 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)