Skip to content

usc-cisco/scientia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

USC CISCO Scientia

A repository of notes & resources for the different courses offered in USC DCISM.
Built with Vitepress + TypeScript and deployed @ usc-cisco.github.io/scientia.

Deplying to DCISM Servers

After running the commands below, it should serve the files in the root directory of the subdomain scientia.dcism.org:

ssh s${ID_NUMBER}@dcism.org -p 22077
cd scientia.dcism.org
git clone origin https://github.com/usc-cisco/scientia.git .
chmod u+x dcism.sh
./dcism.sh

To update the server manually, run the script to automatically delete old files & pull changes before building the static files again:

ssh s${ID_NUMBER}@dcism.org -p 22077
cd scientia.dcism.org
./dcism.sh

To setup a cron job to update it automatically, use the following line of code:

# updates every 00:00 (Server Time)
* 0 * * * cd /data/users/s${ID_NUMBER}/scientia.dcism.org && /bin/bash /data/users/s${ID_NUMBER}/scientia.dcism.org/dcism.sh

Contributing

We'd love your help in improving the website with your own content & fixes. Here are some ways you can help:

Resource Requests or Bug Reports

Create an issue while following the specific templates.

Credits

Thank you to all the students who contributed to this project! Your efforts will carry on through generations through this repository.

About

A repository of notes & resources for the different courses offered in USC DCISM.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 8

Languages