
►
Description
This is on Ubuntu, and it covers all the steps hereby talking you through it. The video is succinct, and I think it will reveal places where folks may have gotten stuck! Stay tuned for part II! #GSOC2022
A
Welcome
to
augers
developer
setup
part
one:
I'm
shawn
goggins,
one
of
the
maintainers
we're
going
to
go
through
the
quick
start
guide
on
auger's
documentation,
which
is
linked
from
our
website
at
auger
labs,
dot,
io
we're
going
to
go
all
the
way
through
the
installation
of
go
and
cover
the
remainder
of
the
setup.
In
a
second
thing.
The
first
thing
we
do
is
a
pseudo
apt
update
on
ubuntu.
A
This
is
an
ubuntu
example,
and
so
it
runs
all
the
way
through
just
like
this,
and
it
takes
a
little
while
and
then
you
do
an
update,
but
then
you
also
do
an
upgrade.
This
doesn't
seem
to
make
a
lot
of
sense.
Update
is
updating
the
operating
system's
awareness
of
distribution
centers
for
packages
that
need
to
be
installed
and
then
upgrade
is
actually
where
the
upgrade
occurs,
but
you
won't
upgrade
everything
unless
you
do
an
update
first
and
moving
on
to
the
second
part
of
what
we're
doing
we're
going
to
move
into
the
postgres
installation.
A
Some
of
you
may
have
postgres
already
installed,
and
so
this
won't
be
a
big
deal
for
you,
so
you
can
see.
The
first
thing
that
we're
doing
assuming
you
have
postgres
installed
is
we're
going
to
sudo
to
the
postgres
user.
The
reason
we
do
that
is
because
it's
the
only
default
user
and
it
doesn't
come
with
a
password
that
it
tells
you
about,
and
there
are
three
auger
commands-
the
create
database,
create
user
and
grant
all
privileges
for
that
user.
A
On
the
database
that
you're
going
to
install
auger
on,
which
is
pretty
exciting
there
we
go
we're
granting
the
privileges,
and
then
we
quit
postgres
we're
done
with
that
part.
We
exit
when
we
exit
both
the
postgres
user
and
the
root
user,
and
we
check
to
see
if
we've
got
get
often
you're
going
to
have
get
always
installed.
Sometimes
you
won't.
If
you
don't,
you'll
need
to
install,
get
and
there's
some
instructions,
and
then
there
are
these
parameters
that
we
provide
that
help
you
deal
with
very
large
repos
you'll,
also
notice.
A
A
You
saw
that
how
that
works,
and
if
you
have
any
other
questions
about
auger,
you
can
look
at
oss.
Auger
read
the
docs.io
auger
labs,
which
has
a
link
to
some
live
sites,
as
well
as
a
bunch
of
additional
information.
Our
github
repository
also
linked
at
auger
labs
dot.
Io
has
it's
linked
right
there
in
the
next
episode
of
installing
auger,
we'll
move
on
to
the
configuration
of
the
python
environment
as
well
as
the
loading
of
repositories.