Created
October 5, 2019 23:03
-
-
Save samsulmaarif/3b31f17b338e850160cf885587fda032 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
login samsul | |
sudo hostnamectl set-hostname irgsh | |
sudo vim /etc/hosts | |
sudo apt update | |
sudo apt install docker.io redis gpg pbuilder debootstrap devscripts python-apt reprepro curl | |
curl -L -o- https://raw.githubusercontent.com/BlankOn/irgsh-go/master/install.sh | bash | |
irgsh-init | |
sudo adduser hana | |
sudo visudo | |
sudo su hana | |
tty | |
sudo chown hana /dev/pts/0 | |
gpg --full-generate-key | |
irgsh-cli config --chief http://localhost:8080 --key 7BEBB6D1EBD6499B8B8B9C634B8D2750D575F2C8 | |
gpg --armor --export 7BEBB6D1EBD6499B8B8B9C634B8D2750D575F2C8 > /tmp/hana-public.key | |
sudo su irgsh | |
gpg -k | |
gpg -K | |
gpg --import < /tmp/hana-public.key | |
gpg -k | |
gpg -K | |
sudo su samsul | |
sudo systemctl start irgsh-chief | |
sudo systemctl start irgsh-builder | |
sudo systemctl start irgsh-repo | |
sudo systemctl status irgsh-chief | |
sudo systemctl status irgsh-builder | |
sudo systemctl status irgsh-repo | |
sudo su hana | |
irgsh-cli submit --source https://github.com/BlankOn/bromo-theme.git --package https://github.com/BlankOn-packages/bromo-theme.git | |
tail -f /var/log/irgsh/chief.log | |
irgsh-cli log 2019-10-05-234530_8fa2b19a-e0c7-46c5-b09c-0dd256e98932 | |
irgsh-cli status 2019-10-05-234530_8fa2b19a-e0c7-46c5-b09c-0dd256e98932 | |
irgsh-cli log | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment