Skip to content

Commit

Permalink
More README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian L committed Jun 29, 2021
1 parent 42a2bfe commit b8bb74f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions hellophp_1_justphp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@ HelloWorldProj_1k564

This is the project.


Run Project Locally
-------------------

- First time setup:
- Install VirtualBox (virtualbox.org) & Vagrant (vagrantup.com).
- Run `vagrant box add laravel/homestead`
- Add contents of "https://github.com/laravel/homestead" repo into "/vagrant_dir"
- Create "vagrant_dir/Homestead.yaml" from "vagrant_dir/Homestead_TEMPLATE.yaml"
- Install vagrant, virtualbox
- Run `vagrant box add laravel/homestead`
- From /vagran_dir, run `vagrant up`
- Run `cd vagran_dir`, `vagrant up`
- (TBD: run a proj build script that e.g. pulls in dependencies?)
- Point web browser to local webserver at "192.168.10.10"


Publish project to Prod
-----------------------
- SSH to prod server/environment
- First time setup only:
- First time setup:
- `git clone --depth 1 REPO_URL`
- `cd` to REPO_PROJ_DIR
- `git pull --depth 1`
- (TBD: run a proj build script that e.g. pulls in dependencies?)
- `python buildMe/deploy.py "TARGET_DIR"` (TARGET_DIR = dir that's hosted)
- Recommend scripting above steps per your particular env.
- (Recommend scripting above steps per your particular env.)

0 comments on commit b8bb74f

Please sign in to comment.