Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
/ website Public archive

Official website of Hacettepe Free Software Society

License

Notifications You must be signed in to change notification settings

hacettepeoyt/website

Repository files navigation

Hacettepe Özgür Yazılım Topluluğu Websitesi

This project has been archived, and there won't be further development in the future, unless Node.js decides not to be crappy. You can see our new website, written in Django, from here

Build

  1. Install Node.js and make sure Node Package Manager (npm) is also installed into your machine.
  2. Install dependencies with npm install. If you are in production, use npm install --production.
  3. Create .env file in the root.
    NODE_LOCAL_PORT=3000
    DB_URL=mongodb://127.0.0.1:27017/oyt-website
    
  4. Run it with npm start.

Seed

  1. Make sure your machine has MongoDB installed.
  2. Make sure MongoDB is currently working in your machine with sudo systemctl status mongod.
  3. Seed your local database with npm run seed.