Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutopp/torigoya_factory
packaging frontend
https://github.com/yutopp/torigoya_factory
Last synced: about 6 hours ago
JSON representation
packaging frontend
- Host: GitHub
- URL: https://github.com/yutopp/torigoya_factory
- Owner: yutopp
- Created: 2014-06-15T15:20:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-07T10:43:11.000Z (over 9 years ago)
- Last Synced: 2024-05-21T12:36:31.092Z (8 months ago)
- Language: Ruby
- Homepage: http://packages.sc.yutopp.net:8080/
- Size: 748 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Packages factory for torigoya
This package provides "frontend page for packaging" and "apt repository" for Torigoya.
At first, you **must** rename `config.in_docker.yml.template` to `config.in_docker.yml`, and fill incomplete sections.
Next, to set *password*, execute `echo -n "[change this to your password]" | sha512sum` and set the result to `admin_pass_sha512` section in `config.in_docker.yml`.
Finally, execute `./docker.run.sh` to host a factory!
By default, `http://localhost:80/` is an apt repository, and `http://localhost:8080/` is a frontend page.
## Debugging
(host)
```
vagrant up
vagrant ssh
```
(in vm)
```
cd /vagrant/app
sudo bundle exec ruby web-frontend.rb
```## License
Boost License Version 1.0