Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.
/ conventions Public archive

Conventions and stuff

Notifications You must be signed in to change notification settings

AnalogIO/conventions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

This repository represents the coding conventions and other practical information for contributing to AnalogIO.

Conventions

###Where to place what on the server? Projects/repositories should be placed on the server in “/var/www/projectName/”. A corresponding .config file should then be placed in “/etc/nginx/sites-available/projectName.config” and symlinked with

$ sudo ln -s /etc/nginx/sites-available/filename /etc/nginx/sites-enabled/filename

To restart the nginx server now run

$ sudo service nginx restart

###Work flow All projects should be versioned properly with git and the AnalogIO github repository. It is encouraged to use the git flow workflow when working on projects with more than one contributer.

  • Which DB to use?
  • Coding style
  • List of current projects

Perks

While coding on something relevant for AnalogIO, Analog provides free coffee. You get to work on interesting projects, using languages and frameworks of your own choice.

Meetings

In the fall semester of 2014, we meet every Thursday from 16:00 until whenever.

About

Conventions and stuff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published