Skip to content

CoBUG/old_cobug.org

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
etc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The Real Website for CoBUG

Nitrogen (erlang web framework) website for CoBUG!

Hacking

Clone the repo: git clone git@github.com:CoBUG/cobug.org.git

cd cobug.org

Ignore changes to key files (Prevents sensitive data from leaking):

git update-index --assume-unchanged releases/start_erl.data
git update-index --assume-unchanged releases/RELEASES
git update-index --assume-unchanged etc/sigma_sql.config
git update-index --assume-unchanged etc/sigma_sql.config
git update-index --assume-unchanged etc/app.config

Get a copy of the sensitive data mentioned above! :D

Run the migration script (Only needs to be done if erlang version has changed):

./fix-slim-release

Check out broken files:

git checkout site/templates/bare.html site/templates/mobile.html

Build:

make

Run:

./bin/nitrogen console

(You might have to start inets manually using inets:start().)

About

Website for cobug.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published