These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Want to open source a basic eve framework

Author
NickyYo
modro
The Initiative.
#1 - 2012-05-21 16:25:56 UTC
Whats the best way of going around this and hosting etc?
How does it work?

..

Trenker
#2 - 2012-05-21 17:57:14 UTC
a) Put it on Github / Sourceforge / Google Code
b) Write an entry at wiki.eve-id.net
c) Write a small post here
NickyYo
modro
The Initiative.
#3 - 2012-05-21 17:58:13 UTC
Trenker wrote:
a) Put it on Github / Sourceforge / Google Code
b) Write an entry at wiki.eve-id.net
c) Write a small post here


How is the code updated, and how is it re- uploaded?

..

Billy Bob Hatfield
#4 - 2012-05-22 16:42:24 UTC
NickyYo wrote:

How is the code updated, and how is it re- uploaded?


If your not familiar with managing source code through revision control systems then you may not be ready to manage an open source project. Is your goal just to release your code into the open source wild? If so then just upload it some where and indicated that you are releasing it under some kind of open source licence. Others will take the code and do with it what they please.

If your goal is to have a thriving open source project you should become familiar with how open source projects work, as well as the tools the other poster mentioned (Sourcefourge, Github, Google Code). Each one has different strengths and caters to a different culture. The details needed to answer this goes beyond a forum posting.