Skip to content

mswl-2012-2013/mswl-project-management-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 

Repository files navigation

mswl-project-management-notebook

Project Management Notebook - Master on Libre Software (URJC - GSyC/Libresoft) http://master.libresoft.es

Introduction

Project Management shows the process of creating a community of software, the actors involved, the communication between them, the tools, governance, and self-management.

Requirements

Wiki Notebook

Development

  • Pick an issue for the lesson you are going to update.
  • Start collaborating.

Issues

Go to open issues and select one.

There are two types, summary and revision for each lesson. Every new lesson has two issues, two ways of collaboration.

You have two basic options to collaborate:

Collaborate

There are two ways to collaborate through wiki.

Online

Go to Project Management Wiki and edit online.

Offline

You can use Github wiki like a git repository.

Clone to your local machine:

git clone git@github.com:mswl-2012-2013/mswl-project-management-notebook.git

Edit or add every page you need and push it to master.

You can use gollum to launch a wiki editor offline in your local copy of the repository.

Requirements

For use Gollum you need to install Ruby in your machine. Version >= 1.8.7.

You can see this easy step by step tutorial for different Operative Systems:

http://www.getvines.org/ruby/

Install

Install gollum gem:

$ [sudo] gem install gollum

Run

Go to your clone repository and launch gollum:

$ cd mswl-project-management-notebook.git
$ gollum
[2013-02-02 10:37:51] INFO  WEBrick 1.3.1
[2013-02-02 10:37:51] INFO  ruby 1.8.7 (2011-06-30) [x86_64-linux]
== Sinatra/1.3.4 has taken the stage on 4567 for development with backup from WEBrick
[2013-02-02 10:37:56] INFO  WEBrick::HTTPServer#start: pid=3853 port=4567

Go to localhost:4567 and start editing.

Every change you save becomes a commit, so to push your changes you only have to launch git push:

$ git push origin master

Note: Don't forget to pull from master every time before you start to edit.

Other editors

Fell free to use the editor you are more comfortable, you can use other editor you want to develop this wiki.

License

Foo

This work is licensed under a Creative Commons Attribution 3.0 Unported License.

About

Project Management Notebook - Master on Libre Software (URJC) http://master.libresoft.es

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors