mirror of https://github.com/docker/docs.git
79 lines
3.0 KiB
Markdown
Executable File
79 lines
3.0 KiB
Markdown
Executable File
# [Kitematic](https://kitematic.com)
|
|
|
|

|
|
|
|
## Table of Contents
|
|
|
|
- [Development](#development)
|
|
- [Bugs and Feature Requests](#bugs-and-feature-requests)
|
|
- [Documentation](#documentation)
|
|
- [Contributing](#contributing)
|
|
- [Community](#community)
|
|
- [Versioning](#versioning)
|
|
- [Creators](#creators)
|
|
- [Copyright and License](#copyright-and-license)
|
|
|
|
## Development
|
|
|
|
- Install any version of Node.js
|
|
- Install meteor.js `curl https://install.meteor.com/ | sh`.
|
|
- Install meteorite `npm install meteorite -g`
|
|
- Install demeteorizer `npm install demeteorizer -g`
|
|
- Run ./script/setup.sh to download the binary requirements (things like virtualbox).
|
|
|
|
### Running the development Server
|
|
|
|
- ./script/run.sh
|
|
|
|
### Building the Mac OS X Package
|
|
|
|
- ./script/bundle.sh # Generates the app bundle under ./bundle
|
|
- ./script/dist.sh # Generates the app under ./dist./osx/Kitematic.app
|
|
|
|
## Uninstalling
|
|
|
|
(This will improve over time.)
|
|
|
|
- Remove VirtualBox
|
|
- sudo route delete -net 172.17.0.0 -netmask 255.255.0.0 -gateway 192.168.60.103 (disable routing to containers through VM)
|
|
- rm -rf ~/Library/Application\ Support/Kitematic (remove app data)
|
|
- rm /Library/LaunchAgents/com.kitematic.route.plist (remove launch job that sets up routing to the containers)
|
|
|
|
## Bugs and Feature Requests
|
|
|
|
Have a bug or a feature request? Please first read the [Issue Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/kitematic/kitematic/issues/new).
|
|
|
|
## Documentation
|
|
|
|
Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs).
|
|
|
|
## Contributing
|
|
|
|
Please read through our [Contributing Guidelines](https://github.com/kitematic/kitematic/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
|
|
|
|
Development [Roadmap](https://trello.com/b/G5Aw0Rqc/kitematic-roadmap) can be found on our Trello board.
|
|
|
|
## Community
|
|
|
|
Keep track of development and community news.
|
|
|
|
- Follow [@kitematic on Twitter](https://twitter.com/kitematic).
|
|
- Check out Kitematic's [Roadmap](https://trello.com/b/G5Aw0Rqc/kitematic-roadmap) on our Trello board.
|
|
- Read and subscribe to [The Official Kitematic Blog](https://kitematic.com/blog).
|
|
- Chat with developers using Kitematic in our [HipChat room](http://www.hipchat.com/giAT9Fqb5).
|
|
|
|
## Versioning
|
|
|
|
For transparency into our release cycle and in striving to maintain backward compatibility, Kitematic is maintained under the [Semantic Versioning Guidelines](http://semver.org/). We'll try very hard to adhere to those rules whenever possible.
|
|
|
|
## Creators
|
|
|
|
Team E-mail: [contact@kitematic.com](mailto:contact@kitematic.com)
|
|
- <https://github.com/Elesant>
|
|
- <https://github.com/jeffdm>
|
|
- <https://github.com/mk101>
|
|
|
|
## Copyright and License
|
|
|
|
Code released under the [AGPL license](LICENSE).
|