-
Notifications
You must be signed in to change notification settings - Fork 8
Getting Started
If you're wondering about how to get started, you're in the right place!
wget https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_amd64.tar.gz
git config --global user.email "[YOUR EMAIL]"
git config --global user.name "[YOUR NAME]"
NODE_TLS_REJECT_UNAUTHORIZED=0 meteor --settings settings.json
- Change loginUrl to
https://django-cas-ng-demo-server.herokuapp.com/cas/login
- Change baseUrl to
https://django-cas-ng-demo-server.herokuapp.com/cas
Username: admin
Password: django-cas-ng
ssh -p 2222 [Your RCS ID]@srv1.webtech.union.rpi.edu
Example: ssh -p 2222 [email protected]
When prompted to continue, type 'Y' and hit enter
git remote add production ssh://[email protected]:2222/petitions
Make sure to run git pull before making code changes. That command ensures that you’re working with the latest version of the code from GitHub. Here’s the general workflow:
git fetch
git pull
- Make your changes
git add .
git commit -m "[Your commit message here]"
-
git push origin master
OR git push production master
OR
From the Main Fork (https://github.com/ritstudentgovernment/petitions)
Install Meteor. Copy settings.json.sample to settings.json and edit appropriately. All properties defined in settings.json.sample are required. From the root directory, run meteor --settings settings.json.
Check out the node section of the config repository for example systemd files and nginx configuration files.
For creating an admin user for mongo, read Section 1.2 of this article.