Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
best practice to put under git my nitrogen project
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
giancarlo.valente  
View profile  
 More options Oct 15 2012, 10:41 am
From: "giancarlo.valente" <giancarlo.vale...@gmail.com>
Date: Mon, 15 Oct 2012 07:41:01 -0700 (PDT)
Local: Mon, Oct 15 2012 10:41 am
Subject: best practice to put under git my nitrogen project

Hi all, I'm working on my first Nitrogen project, and an expert advice
would be useful about the best strategy to put a project under source
control.
two questions:
do I have to create my git repo under the /site directory?
and what is the strategy to update the nitrogen framework when a new
version is released?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jesse Gumm  
View profile  
 More options Oct 15 2012, 3:49 pm
From: Jesse Gumm <g...@sigma-star.com>
Date: Mon, 15 Oct 2012 14:49:02 -0500
Local: Mon, Oct 15 2012 3:49 pm
Subject: Re: best practice to put under git my nitrogen project
Hello Giancarlo,

The current recommended method of adding your site to source control
is to add the /site directory to your source control.

To upgrade, the easiest method would be to update your rebar.config
file the point to the latest tag (or to HEAD) and then run

make update-deps

Then manually copy the contents from lib/nitrogen_core/www into the
site/static/nitrogen directory

Then run `make` to build all the latest changes

This is soon to be added to the Makefile (ie: make upgrade) to
simplify this process, as the current method is a little tedious.

-Jesse

On Mon, Oct 15, 2012 at 9:41 AM, giancarlo.valente

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jesse Gumm  
View profile  
 More options Oct 15 2012, 4:25 pm
From: Jesse Gumm <g...@sigma-star.com>
Date: Mon, 15 Oct 2012 15:25:28 -0500
Local: Mon, Oct 15 2012 4:25 pm
Subject: Re: best practice to put under git my nitrogen project
Also, with the newest current version of Erlang (R15B02), I'm looking
into adding support for creating packages that take advantage of the
new release generation that doesn't include a complete copy of the
Erlang Runtime System (ERTS).  This will make it convenient to add
your whole Nitrogen installation to your source control. That way, you
can add your configs, Makefile, and all that to your installation
without having to "cheat" by using symlinks.

-Jesse

--
Jesse Gumm
Owner, Sigma Star Systems
414.940.4866 || sigma-star.com || @jessegumm

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
giancarlo.valente  
View profile  
 More options Oct 17 2012, 5:10 am
From: "giancarlo.valente" <giancarlo.vale...@gmail.com>
Date: Wed, 17 Oct 2012 02:10:43 -0700 (PDT)
Local: Wed, Oct 17 2012 5:10 am
Subject: Re: best practice to put under git my nitrogen project

This would be great for collaboration, in order to have a "ready to go"
repository ...
just clone, make run ...

thankyou ... I'm keep going with nitrogen
cheers
Giancarlo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »