Skip to content

Commit

Permalink
Update CIBuild, README
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadain committed Oct 6, 2016
1 parent 77147e9 commit c45cdd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ A static micro site storm model.

### Quick setup

Clone the project, `cd` into the directory, then run `./scripts/setup.sh` to create the Vagrant VM and then build the Docker containers.

To start the servers during development:
Clone the project, `cd` into the directory, then run `./scripts/setup.sh` to create the Vagrant VM and install npm dependencies.

To start the server during development:
```bash
$ vagrant ssh
$ ./scripts/server.sh
Expand All @@ -32,9 +31,10 @@ $ ./scripts/test.sh

| Name | Description |
| --------- | ------------------------------------------------------------- |
| `bundle.sh` | Bundle application assets into distribution directory |
| `cibuild.sh` | Build application for staging or release |
| `server.sh` | Run `npm start` to run the development server |
| `server.sh` | Run the development server |
| `setup.sh` | Bring up the VM, then install Node.js dependencies |
| `infra.sh` | Execute Terraform subcommands with remote state management |
| `test.sh` | Run linters and tests |
| `update.sh` | Install local Node.js dependencies |
| `update.sh` | Install local Node.js dependencies and bundle assets |
3 changes: 1 addition & 2 deletions scripts/cibuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ then
then
usage
else
./scripts/update.sh
./scripts/update.sh --production
./scripts/test.sh
npm run bundle
fi
fi

0 comments on commit c45cdd4

Please sign in to comment.