From Fedora Project Wiki

< Events‎ | Latam‎ | Chile

 
(18 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{Draft}}
{{header|events}}
{{header|events}}
= Santiago Open Talks  =
{{autolang|base=yes}}


== Dates/Location ==
== What ==
This will be a social event to reunite the Fedora Community in Santiago, Chile. The idea to activate the Fedora Chile Community in Santiago, to engage new users and with the idea to bring more contributors. The idea came from the FLISoL 2016 when Larry, Roy, Rino and Eduard get together to know what was going on with Fedora in Santiago. We notice that we were working in individual projects, and the 4 of us show that we want to do more things to the community.
 
== When ==


* '''Date''': August 12, 2017.
* '''Date''': August 12, 2017.
* '''Time''': From 14:00 UTC-4 to 18:00 UTC-4.
* '''Time''': From 14:00 UTC-4 to 18:00 UTC-4.
== Where ==
* '''Place''': Palacio Álamos. (https://goo.gl/maps/xK6bho8NdYJ2)
* '''Place''': Palacio Álamos. (https://goo.gl/maps/xK6bho8NdYJ2)
== Description ==
Santiago Open Talks 2017 is an idea to activate the Fedora Chile Community in Santiago, to engage new users and with the idea to bring more contributors. The idea came from the FLISoL 2016 when Larry, Roy, Rino and Eduard get together to know what was going on with Fedora in Santiago. We notice that we were working in individual projects, and the 4 of us show that we want to do more things to the community.


== Fedora Representatives and owners ==
== Fedora Representatives and owners ==
Line 18: Line 18:
* [[user:racl|Roy Alvear]]
* [[user:racl|Roy Alvear]]
* [[user:lletelier|Larry Letelier]]
* [[user:lletelier|Larry Letelier]]
* [[user:antoniosalles|Antonio Salles]]


== Event Schedule ==
== Schedule ==


{|
{|
Line 28: Line 27:
| 14:00 || Welcome words. ||
| 14:00 || Welcome words. ||
|-
|-
| 14:15 || Virtual Machines with virt-manager. ||Eduard Lucena.
| 14:15 || Fedora Community - How and where to start?. ||Eduard Lucena.
|-
|-
| 15:00 || Custom Images: Fedora Spin/Remix.  ||Roy Alvear.
| 15:00 || Custom Images: Fedora Spin/Remix.  ||Roy Alvear.
Line 34: Line 33:
| 15:45 || Break. ||
| 15:45 || Break. ||
|-
|-
| 16:00 || Ansible Automation. ||Larry Letelier.
| 16:00 || Fedora Packager. ||Rino Rondan.
|-
|-
| 16:45 || Fedora Packager. ||Rino Rondan.
| 16:45 || Q&A: Fedora community. || @Chile Ambassadors.
|-
|-
| 17:30 || Q&A: Fedora community. ||Larry,Eduard, Rino and Roy.
|}
 
== Event Report ==
 
TBD
 
== Pictures ==
 
[[File:Release-party-26v1-Santaigo.png]]
[[File:Release-party-26v2-Santiago.png]]
[[File:Release-party-26v3-Santiago.png]]
 
== Facebook event ==
 
TBD
 
== Infra ==
 
'''Repo Local'''
 
<code>
create  myrepo.repo
 
[rino]
 
name = party


|}
baseurl = file:///var/www/repos
 
enabled=1
 
gpgcheck=1
 
gpgkey=file:///var/www/repos/*/*-GPG-KEY*
 
</code>
 
 
'''Repo remoto'''
 
cat webmyrepo.repo
 
[rinoweb]
 
name = partyweb
 
baseurl=http://192.168.2.4/
 
enabled=1
 
gpgcheck=1
 
gpgkey=file:///var/www/repos/*/*-GPG-KEY*
 
'''Config dnf'''
 
<code>
cat /etc/dnf/dnf.con
f
[main]
 
gpgcheck=1
 
installonly_limit=3
 
clean_requirements_on_remove=True
 
fastertmirror=True
 
</code>
 
 
'''Use repo'''


== Ideas/Brainstorming ==
This is a draft. Please add all things you feel are needed.


dnf --disablerepo fedora --disablerepo rino --disablerepo updates install map


== Event Budget ==
== Tickets ==
Under development


----
----
[[Category:Events]]
[[Category:Events]]

Latest revision as of 16:52, 11 August 2017

What

This will be a social event to reunite the Fedora Community in Santiago, Chile. The idea to activate the Fedora Chile Community in Santiago, to engage new users and with the idea to bring more contributors. The idea came from the FLISoL 2016 when Larry, Roy, Rino and Eduard get together to know what was going on with Fedora in Santiago. We notice that we were working in individual projects, and the 4 of us show that we want to do more things to the community.

When

  • Date: August 12, 2017.
  • Time: From 14:00 UTC-4 to 18:00 UTC-4.

Where

Fedora Representatives and owners

Schedule

Time Talk Speaker
14:00 Welcome words.
14:15 Fedora Community - How and where to start?. Eduard Lucena.
15:00 Custom Images: Fedora Spin/Remix. Roy Alvear.
15:45 Break.
16:00 Fedora Packager. Rino Rondan.
16:45 Q&A: Fedora community. @Chile Ambassadors.

Event Report

TBD

Pictures

Release-party-26v1-Santaigo.png Release-party-26v2-Santiago.png Release-party-26v3-Santiago.png

Facebook event

TBD

Infra

Repo Local

create myrepo.repo

[rino]

name = party

baseurl = file:///var/www/repos

enabled=1

gpgcheck=1

gpgkey=file:///var/www/repos/*/*-GPG-KEY*


Repo remoto

cat webmyrepo.repo

[rinoweb]

name = partyweb

baseurl=http://192.168.2.4/

enabled=1

gpgcheck=1

gpgkey=file:///var/www/repos/*/*-GPG-KEY*

Config dnf

cat /etc/dnf/dnf.con f [main]

gpgcheck=1

installonly_limit=3

clean_requirements_on_remove=True

fastertmirror=True


Use repo


dnf --disablerepo fedora --disablerepo rino --disablerepo updates install map

Tickets