Skip to content

Commit 2eb42fe

Browse files
committed
horizon assets
1 parent 3c98d5e commit 2eb42fe

File tree

9 files changed

+44
-30
lines changed

9 files changed

+44
-30
lines changed

.env.example

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ APP_DEBUG=true
55
APP_URL=https://hmsdev
66

77
LOG_CHANNEL=stack
8+
LOG_DEPRECATIONS_CHANNEL=null
9+
LOG_LEVEL=debug
810

911
DB_CONNECTION=mysql
1012
DB_HOST=hmsdev
@@ -57,10 +59,10 @@ AWS_BUCKET=
5759
PUSHER_APP_ID=hms
5860
PUSHER_APP_KEY=hms
5961
PUSHER_APP_SECRET=hms
62+
PUSHER_APP_CLUSTER=mt1
6063
PUSHER_HOST=hmsdev
6164
PUSHER_PORT=6001
6265
PUSHER_SCHEME=https
63-
PUSHER_APP_CLUSTER=mt1
6466

6567
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
6668
MIX_PUSHER_HOST="${PUSHER_HOST}"

README.md

+15-8
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ Version 2 of our Hackspace Management System
44
[![Build Status](https://travis-ci.org/NottingHack/hms2.svg?branch=master)](https://travis-ci.org/NottingHack/hms2)
55
[![StyleCI](https://github.styleci.io/repos/58862112/shield?branch=main)](https://github.styleci.io/repos/58862112?branch=main)
66

7-
## Cloning
7+
## Production
8+
### Setup
9+
https://github.com/NottingHack/hms2/wiki/Installation
10+
### Deployment
11+
https://github.com/NottingHack/hms2/wiki/Deployment
12+
13+
## Development
14+
### Cloning
815
We use submodules, either clone them with this repo
916
`git clone --recurse-submodules [email protected]:NottingHack/hms2.git`
1017
or after
1118
`git submodule update --init`
1219

13-
## Hosts File
20+
### Hosts File
1421

1522
Most of the development environment is taken care of by vagrant, you just need to `vagrant up` to load it.
1623

@@ -24,27 +31,27 @@ You can find your file in the following location:
2431
* Mac: /private/etc/hosts
2532
* Linux: /etc/hosts
2633

27-
## Running commands on the Virtual Machine
34+
### Running commands on the Virtual Machine
2835

29-
### Artisan
36+
#### Artisan
3037

3138
To run an artisan command on the VM, (for example if you don't have PHP installed on your local machine) use the ```php-artisan``` script that you can find in the dev/ folder.
3239

3340
Simply pass it the artisan command you want to run, e.g:
3441

3542
```./dev/php-artisan make:controller```
3643

37-
## Vagrant re-provisioning notes
44+
### Vagrant re-provisioning notes
3845

3946
When re-provisioning the box (`vagrnat up`) you must make sure that the `.env` file has `QUEUE_CONNECTION=sync` in order the to the `db:seed` to correctly populate the `mailserver` database entries.
4047

4148
If the `mailserver.mailbox` tables it empty you can do a datebase reset and reseed with `dev/reseed.sh`
4249

43-
## Vagrant suspend notes
50+
### Vagrant suspend notes
4451

4552
When bringing up vagrant box after a suspend or halt some of the service my not start correctly due to the shared folder, run this script to restart them
4653

4754
`dev/restartservices`
4855

49-
## Serving
50-
ngrok http https://hmsdev:443
56+
### Serving
57+
ngrok http https://hmsdev:443

composer.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,18 @@
7575
}
7676
},
7777
"scripts": {
78+
"post-autoload-dump": [
79+
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
80+
"@php artisan package:discover --ansi"
81+
],
82+
"post-update-cmd": [
83+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
84+
],
7885
"post-root-package-install": [
7986
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
8087
],
8188
"post-create-project-cmd": [
8289
"@php artisan key:generate --ansi"
83-
],
84-
"post-autoload-dump": [
85-
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
86-
"@php artisan package:discover --ansi"
8790
]
8891
},
8992
"config": {

public/vendor/horizon/app-dark.css

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendor/horizon/app.css

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendor/horizon/app.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+6-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"/app.js": "/app.js?id=3a49030d57020aaaee5a",
3-
"/app-dark.css": "/app-dark.css?id=ff172044c4efc9f08f12",
4-
"/app.css": "/app.css?id=a38514598173eedd6b85",
5-
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee71"
2+
"/app.js": "/app.js?id=0f8def17167a0224d5704239fefc69ea",
3+
"/app-dark.css": "/app-dark.css?id=23ca8adc130382f74688c6e36ce89407",
4+
"/app.css": "/app.css?id=7357f6239c73ee903eba42be0458d3ab",
5+
"/img/favicon.png": "/img/favicon.png?id=1542bfe8a0010dcbee710da13cce367f",
6+
"/img/horizon.svg": "/img/horizon.svg?id=904d5b5185fefb09035384e15bfca765",
7+
"/img/sprite.svg": "/img/sprite.svg?id=afc4952b74895bdef3ab4ebe9adb746f"
68
}

public/vendor/telescope/app.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"/app.js": "/app.js?id=d3ff915bff3de87b87cc",
3-
"/app-dark.css": "/app-dark.css?id=3ae28ef5f7b987d68dc6",
4-
"/app.css": "/app.css?id=7c970f699ed9cf60d80b"
2+
"/app.js": "/app.js?id=08317cb3c83c7035246fe3d474db3454",
3+
"/app-dark.css": "/app-dark.css?id=3ae28ef5f7b987d68dc611118c646308",
4+
"/app.css": "/app.css?id=7c970f699ed9cf60d80b273b4ad2ad61"
55
}

0 commit comments

Comments
 (0)