8000 Release Major rearch/improvement of debian packages · uw-ictd/colte · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Major rearch/improvement of debian packages

Compare
Choose a tag to compare
@spencersevilla spencersevilla released this 26 Sep 23:58
· 317 commits to master since this release

This is a good release! I broke down the debian packages into some sub-packages with dependences and now have everything working right. Key notes:
apt-get colte is the best starting point for people that want full functionality. It is just a metapackage that installs colte-epc and colte-webservices.
colte-epc is a metapackage that installs colte-{hss, mme, spgw} (the three EPC components) as well as colte-conf, described below.
colte-webservices is a metapackage that installs colte-webgui (our GUI for clients of the network) and configures it to work with BIND (for DNS) and nginx (for Web proxying). You can access the webgui directly at http://localhost:7999 or via nginx at http://network.colte.
colte-conf is our configuration utility. Many different components depend on it. It is idempotent and powered by Ansible. You can run colteconf prompt to set all options manually, or just edit the values in /usr/local/etc/colte/config.yml and then run colteconf update.

0