This repository was archived by the owner on Jun 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +25
-27
lines changed
Expand file tree Collapse file tree 8 files changed +25
-27
lines changed Original file line number Diff line number Diff line change 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
510bin
@@ -26,4 +31,4 @@ Thumbs.db
2631.tmproj
2732nbproject
2833* .sublime-project
29- * .sublime-workspace
34+ * .sublime-workspace
Original file line number Diff line number Diff line change 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
26231 . Copy ` vars/deployment_vars_local.yml.example ` to ` vars/deployment_vars_local.yml ` .
27242 . Set your local variables in ` vars/deployment_vars_local.yml ` .
28253 . Copy ` vars/deployment_vars.yml.example ` to ` vars/deployment_vars.yml ` .
29264 . 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
Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments