This repository was archived by the owner on Mar 24, 2024. It is now read-only.
File tree 6 files changed +526
-283
lines changed
6 files changed +526
-283
lines changed Original file line number Diff line number Diff line change 1
1
/vendor
2
2
/node_modules
3
3
/public /storage
4
- Homestead.yaml
5
- Homestead.json
4
+ ci / Homestead.yaml
5
+ ci / Homestead.json
6
6
.env
7
7
8
8
# # Development
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ require 'yaml'
4
4
VAGRANTFILE_API_VERSION ||= "2"
5
5
confDir = $confDir ||= File . expand_path ( "vendor/laravel/homestead" , File . dirname ( __FILE__ ) )
6
6
7
- homesteadYamlPath = "Homestead.yaml"
8
- homesteadJsonPath = "Homestead.json"
9
- afterScriptPath = "after.sh"
10
- aliasesPath = "aliases"
7
+ homesteadYamlPath = "ci/ Homestead.yaml"
8
+ homesteadJsonPath = "ci/ Homestead.json"
9
+ afterScriptPath = "ci/ after.sh"
10
+ aliasesPath = "ci/ aliases"
11
11
12
12
require File . expand_path ( confDir + '/scripts/homestead.rb' )
13
13
Original file line number Diff line number Diff line change
1
+ ---
2
+ ip: "192.168.10.10"
3
+ memory: 2048
4
+ cpus: 2
5
+ hostname: sqlgreygui
6
+ name: sqlgreygui
7
+ provider: virtualbox
8
+
9
+ authorize: ~/.ssh/id_rsa.pub
10
+
11
+ keys:
12
+ - ~/.ssh/id_rsa
13
+
14
+ folders:
15
+ - map: "/path/to/repository"
16
+ to: "/home/vagrant/Code"
17
+
18
+ sites:
19
+ - map: sqlgreygui.app
20
+ to: "/home/vagrant/Code/public"
21
+ schedules: true
22
+
23
+ databases:
24
+ - homestead
25
+
26
+ # blackfire:
27
+ # - id: foo
28
+ # token: bar
29
+ # client-id: foo
30
+ # client-token: bar
31
+
32
+ # ports:
33
+ # - send: 50000
34
+ # to: 5000
35
+ # - send: 7777
36
+ # to: 777
37
+ # protocol: udp
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ if [ "$CI" = true ]; then
5
5
fi
6
6
7
7
if [ " $CI " = true ]; then
8
- composer install --quiet --no-interaction --prefer-dist
8
+ composer install --no-ansi --no-interaction --no-progress
9
9
fi
10
10
11
11
cp -nv .env.example .env
Original file line number Diff line number Diff line change 14
14
"stolz/assets" : " ^0.1.4" ,
15
15
"laravelcollective/html" : " 5.2.*" ,
16
16
"spatie/laravel-tail" : " ^1.1.1" ,
17
- "components/jquery" : " ^2.2 .0" ,
17
+ "components/jquery" : " ^3 .0" ,
18
18
"twbs/bootstrap" : " ^3.3.5" ,
19
19
"eonasdan/bootstrap-datetimepicker" : " ^4.17" ,
20
20
"fortawesome/font-awesome" : " ^4.4" ,
You can’t perform that action at this time.
0 commit comments