You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Instructions for working with netbeans.apache.org, by Chris Lenz.

1. Install Ruby and SASS. Instructions can be found here: https://www.ruby-lang.org/en/documentation/installation/ and http://sass-lang.com/install.

2. Test whether you installed both successfully.

3. Clone the repo with: git clone https://git-wip-us.apache.org/repos/asf/incubator-netbeans-website.git (Or via NetBeans itselfs: Team -> clone OR Team -> remote -> clone.)

4. Setup your project as an HTML5 project in NetBeans.

5. Setup the CSS preprocessor – right click on the project -> Properties -> CSS Preprocessor: Input /styles, Output /styles (Hit the flag compile on save).

6. Right click on the index.html inside /content and hit run.

Notes:

  • Thats it, there is no build process atm with node, grunt or gulp but they can be added later.
  • Probably best that not everyone can change whatever they want. Each step we should discuss beforehand. Maybe someone can make on a feature branch or so. Only bugfixes and so on would be great.
  • Last but not least, not sure whether everyone has the rights to push into it. You have to ask via mailing list or try it.
  • The branch asf-site is the master branch so this is what will be live so please be careful. Use master for develop (strange) to make new stuff into it or create a feature branch.

Related Apache info for websites:

 

  • No labels