https://github.com/argus-api-team/jefe
Show off Argus APIs (https://developer.largus.fr)
https://github.com/argus-api-team/jefe
Last synced: about 1 year ago
JSON representation
Show off Argus APIs (https://developer.largus.fr)
- Host: GitHub
- URL: https://github.com/argus-api-team/jefe
- Owner: argus-api-team
- License: mit
- Created: 2017-08-04T13:56:23.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-02T13:36:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-30T16:18:29.724Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.9 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/argus-api-team/jefe)
# jefe
## Prerequisites
You will need the following things properly installed on your computer.
* [Git](https://git-scm.com/)
* [Docker](https://docs.docker.com/install/overview/)
* [Automake](https://www.gnu.org/software/automake/)
## Installation
* `git clone ` this repository
* `cd jefe`
* `make install_all`
## Enter in container to use Ember-CLI
To run and enter in the development container use: `make start_container`.
If your development container is already running in other terminal use: `make container_shell`.
## Running / Development
* `ember s`
* Visit your app at [http://localhost:4200](http://localhost:4200).
* Visit your tests at [http://localhost:4200/tests](http://localhost:4200/tests).
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`
### Linting
* `npm run lint:hbs`
* `npm run lint:js`
* `npm run lint:js -- --fix`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploy on heroku
You must use [emberjs buildpack](https://www.heroku.com/emberjs)
## Further Reading / Useful Links
* [ember.js](https://emberjs.com/)
* [ember-cli](https://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)
## Troubleshooting
### Inotify: Add watch
If you're using Linux you may encounter some issues with inotify.
In the most of case, inotify reach the watch limit. You can increase it by running the following target:
* `make inotify_add_limit`