Skip to content

Commit

Permalink
Merge pull request #698 from art-institute-of-chicago/feature/upgrade…
Browse files Browse the repository at this point in the history
…-openseadragon

Move libraries into package management [WEB-3015]
  • Loading branch information
nikhiltri authored Feb 19, 2025
2 parents 11fc217 + e408541 commit 932df63
Show file tree
Hide file tree
Showing 27 changed files with 221 additions and 30,143 deletions.
4 changes: 2 additions & 2 deletions Homestead.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ folders:
sites:
- map: www.test
to: /home/vagrant/aic/public
php: 7.2
php: 8.2

- map: admin.www.test
to: /home/vagrant/aic/public
php: 7.2
php: 8.2

databases:
- homestead
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ Portions of the website rely heavily on our [API](https://api.artic.edu). Check

For local development, we run our website in a [Homestead](https://laravel.com/docs/master/homestead) environment which provides all the software required to run the website.

* Rename `Homestead.sample.yaml` to `Homestead.yaml`.
* Update `folders.map` in `Homestead.yaml` with your local path to the website repository.
* If you have another vagrant machine running at the same IP as the one at the top of `Homestead.yaml`, change it.
* Run `composer install` to install composer dependencies. This step should typically be done inside the VM, but in order to get the VM running, you may need to install the dependencies from outside the VM.
* Run `vagrant up` to provision your vagrant machine.
* In case the system didn't update your `/etc/hosts` file automatically:
Expand All @@ -45,7 +42,7 @@ Once Homestead is set up, then install the website code itself:

* Run `vagrant ssh` to ssh into the VM.
* `cd` into the website project directory that you mapped in your `Homestead.yaml`.
* Set the PHP version for the VM shell by running `php81`.
* Set the PHP version for the VM shell by running `php82`.
* Run `composer install` inside the VM to ensure dependencies are installed.
* Copy `.env.example` as `.env` and update with your local settings (if necessary).
* Run `php artisan key:generate` to generate your application key.
Expand Down
44 changes: 0 additions & 44 deletions Vagrantfile

This file was deleted.

5 changes: 0 additions & 5 deletions after.sh

This file was deleted.

250 changes: 0 additions & 250 deletions aliases

This file was deleted.

Loading

0 comments on commit 932df63

Please sign in to comment.