Skip to content

Commit

Permalink
testing ci/cd
Browse files Browse the repository at this point in the history
to trigger cloud build i need a push on develop branch
  • Loading branch information
crysg authored Dec 19, 2024
1 parent 453c4c6 commit 83580df
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,15 @@ the Student Success Tool is built on:

CI/CD info

## Pre-requisites



## Local Development
### Setup (one-time)
1. `brew install composer` (Assuming you are on Mac, but install as you think best)
2. `brew install npm` (Assuming you are on Mac, but install as you think best)



1. Clone this project
Expand All @@ -34,14 +42,13 @@ CI/CD info
8. <code>php artisan migrate</code>
9. <code>php artisan serve</code>

## Contributing
## Contributing (outdated)

### Setup (one-time)
1. `brew install composer` (Assuming you are on Mac, but install as you think best)
2. Check out git repo [sst-app-ui](https://github.com/datakind/sst-app-ui). You likely will want to check out the develop branch with `git checkout develop`
3. cd into repo top folder you just checked out
4. `composer install`
5. Find 'sst-app-ui.env' in LastPass and save contents to .env
### (one-time)
1. Check out git repo [sst-app-ui](https://github.com/datakind/sst-app-ui). You likely will want to check out the develop branch with `git checkout develop`
2. cd into repo top folder you just checked out
3. `composer install`
4. Find 'sst-app-ui.env' in LastPass and save contents to .env
6. Start sail: `./vendor/bin/sail up -d`
7. `./vendor/bin/sail artisan key:generate`
8. `./vendor/bin/sail artisan migrate`
Expand Down

0 comments on commit 83580df

Please sign in to comment.