Coder Social home page Coder Social logo

neo4j-org's Introduction

neo4j.org

Served with express.js, mostly static pages with javascript.

Running local

With nodes.js installed, first install dependencies like so:

npm install

Then run the server:

node app

Which should report something like:

"Express server listening on port 3000"

Which means you can now open a browser to http://localhost:3000

Ongoing Development

Publish images or assets to s3 bucket (which is backing a cloudfront CDN)

Install s3tools and configure with AWS credentials:

s3cmd --configure
s3cmd ls s3://assets.neo4j.org/

// -P means public acl and -cf-invalidate does cloudfront invalidation
s3cmd -P --cf-invalidate public/assets/path/file s3://assets.neo4j.org/path/

will be available as http://assets.neo4j.org/path/file

Get the latest changes:

git pull

Submit your local changes:

git commit -am "beautification and verbal eloquence"
git push origin master

Publish assets like images to S3

 s3cmd --configure
 s3cmd ls s3://assets.neo4j.org/
 s3cmd put --acl-public  public/assets/path/file s3://assets.neo4j.org/path/

Publish

For staging content, push to:

git remote add staging [email protected]:neo4j-org-staging.git
git push staging master

Then view the website like so:

heroku open --remote staging

Or go directly here: http://obscure-wildwood-7384.herokuapp.com

For production, push to the default remote:

git remote add live [email protected]:neo4j-org-live.git
git push live master

Viewable by:

heroku open --remote live

Or go directly here: http://neo4j-org.herokuapp.com/

References

neo4j-org's People

Contributors

akollegger avatar amorgner avatar andreasronge avatar aseemk avatar cleishm avatar freeeve avatar jakewins avatar jexp avatar jimwebber avatar jotomo avatar kbastani avatar maxdemarzi avatar mhluongo avatar nawroth avatar pimsepinnen avatar ryguyrg avatar simpsonjulian avatar tathamoddie avatar technige avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

neo4j-org's Issues

Programmatic generation of GA tracking links

like this one

<a onclick="javascript:pageTracker._trackPageview('/outgoing/spring.neo4j.org/install');" 
                  onclick="javascript:pageTracker._trackPageview('http://spring.neo4j.org/install');"       href="http://spring.neo4j.org/install">Spring Data Neo4j 2.0.0</a>

Small layout issues

Niels Hoogeveen
Lot of good improvements. My main point of criticism now is the vertical alignment of sections with more than two items, such as "development" on the "learn" page. I think it would look clearer if "Apps gallery" and "Visualization" would start at the same vertical position. I am not too keen on the use of buttons either; using a link would probably look better.
Niels

Make console responsive

by @nawroth :

On the download page, how do I know which edition to download?

As one of the two main next pages to go to, learn/try needs more info to not get stuck.
Also, the live console has to be stabilized, I get "Error: error" quite often when trying it out.
Or sometimes it's just takes a long time before it's visible.

Check and fix broken links, that point to wordpress content

Create Getting Started Pages for ...

based on a common template

  • Java
  • Spring
  • Ruby
  • Python
  • Rest
  • EC2
  • Heroku

Ideas:

"developer notebook"

  • notes
  • few sentences introduction
  • simple code example
  • screencasts
  • books and other resources
  • links to details, manual
  • next steps
  • github/source URLs

Download ordering

Chris Leishman
Also, can we please put the GA stable release at the top of the download page? Then we could have the milestone under that, with some sort of warning next to it.

As for the snapshot: I'd either remove entirely, or put in very small text at the bottom somewhere.

dedicated meetup page

  • list of local meetups
  • upcoming events
  • contact information (Pernilla)
  • what do you need to start your own meetup group

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.