https://github.com/abunashir/statetracker
State Tracker
https://github.com/abunashir/statetracker
Last synced: about 2 months ago
JSON representation
State Tracker
- Host: GitHub
- URL: https://github.com/abunashir/statetracker
- Owner: abunashir
- Created: 2017-09-21T07:56:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T06:01:37.000Z (over 7 years ago)
- Last Synced: 2025-04-02T23:34:09.503Z (2 months ago)
- Language: Ruby
- Homepage: https://tradegecko-statetracker.herokuapp.com
- Size: 59.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object State Tracker
[](https://circleci.com/gh/abunashir/statetracker)
## Getting Started
After you have cloned this repo, run this setup script to set up your machine
with the necessary dependencies to run and test this app:```sh
% ./bin/setup
```And once that's done then copy the `.env` sample and update it with your
actual configuration.```sh
cp .sample.env .env# Edit configuration
vim .env
```It assumes you have a machine equipped with Ruby, Postgres, etc. If not, set up
your machine with [this script].[this script]: https://github.com/thoughtbot/laptop
After setting up, you can run the application using [Heroku Local]:
```sh
% heroku local
```[Heroku Local]: https://devcenter.heroku.com/articles/heroku-local
## Deploying
If you have previously run the `./bin/setup` script, you can deploy to staging
and production with:```sh
$ ./bin/deploy heroku-remote
```