Please note, this is a work in progress. There is no real installation for a custom project. For now, you have to work from wihin the current repository.
- Backend: You must have GO 1.4+ installed, and a running instance of PostgreSQL running.
- Frontend: You must have
nodejs
andnpm
installed
- Retrieve the code source:
go get github.com/rande/gonode/core
- Configure the
server.toml
configuration file - Start the webserver:
make run
- Create a valid schema:
curl -XPOST http://localhost:2508/setup/install
- Load some fixtures:
curl -XPOST http://localhost:2508/setup/data/load