Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/csesoc/cms.csesoc.unsw.edu.au

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/csesoc/cms.csesoc.unsw.edu.au

  • v0.0.0-20230927035618-85cc526e3cb1
  • Source
  • Go
  • Socket score

Version published
Created
Source

cms.csesoc.unsw.edu.au

Welcome to the CSESoc CMS Git Repo!! :D

Build Instructions

Building the app fresh after installation run: make dev-build

all subsequent running of the app you can run: make

what to do after you are done programming? run: make clean

when dependencies have changed i.e. you installed a new package, updated version of a package run: make dev-build

Environment Variables

Please note that you have to add /Config/.env.dev and include the env secrets. Please contact laurlala#1696, jumbo#9999 or Mae#6758 on discord for these if you don't have them :)

Postgres Instructions

Access interactive terminal by running docker exec -it pg_container bash now run this command psql -d test_db -f infile to load the dummy data we have prepared in ./postgres/infile or run make pg

FAQs:

  • Q: Something is broken what to do?

  • A: Run make clean then run make dev-build again, should fix it, if it is still broken then manually remove all images in the docker desktop GUI and re-run make dev-build.

  • Q: Something has gone wrong with Docker, where can I find docker resources?

  • A: Docker is rather well documented, check out the docker website: https://www.docker.com/ to try and resolve your issue.

FAQs

Package last updated on 27 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc