shazaum / openbsd-br.org

Grupo de Usuários do OpenBSD

Home Page:http://www.openbsd-br.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

openbsd-br.org

Deploy

This repository contains the source files of openbsd-br.org. If you want to colaborate, please fork it and submit a pull request.

OpenBSD Brasil

Wanna chat with us?

irc.freenode.net  #openbsd-br

Configuring Website:

To install the website on your computer, you will need PHP and Composer. Composer will install some PHP dependencies to run the project.

php -r "readfile('https://getcomposer.org/installer');" > composer-setup.php
php composer-setup.php
php -r "unlink('composer-setup.php');"
php composer.phar install

php -S localhost:8000

Now, just open your browser and see the result at: http://localhost:8000

About

Grupo de Usuários do OpenBSD

http://www.openbsd-br.org

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Hack 36.9%Language:PHP 22.9%Language:JavaScript 17.5%Language:CSS 11.5%Language:HTML 11.2%