Logo Lanfrica

qawemlilo/nodeza

Domaine:

digital infrastructure

Type de record:

projectsoftware
Créateur:
qaw
Hôte:
A Node.js information portal and social platform for developers in South Africa. # NodeZA > A Node.js information portal and social platform for developers in South Africa. NodeZA, pronounced 'Node Z A', is a platform that aims to make it easy to find information about Node.js, learn, share, and connect with other Node users in South Africa. NodeZA is built using WidGet CMS - a highly modular Node.js framework for building database driven web applications. ### How to set up? ### Development 1. git clone github.com 2. cd nodeza && npm install 3. npm run setup 4. npm run migrate 5. npm run dev ### Staging 1. git clone github.com 2. cd nodeza && npm install 3. export NODE_ENV=staging && npm run setup pg/mysql 4. npm run migrate 5. npm run staging ### Production 1. git clone github.com 2. cd nodeza && npm install 3. export NODE_ENV=production && npm run setup pg/mysql 4. npm run migrate 5. npm run production ### Software Requirements - MySQL/Postgres if you are running on staging or production - Global npm modules - `pm2`, `nodemon`, `knex`. License ------- (MIT License) Copyright (c) 2014 - 2016 Qawelesizwe Mlilo Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTH …