Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kshitijrajsharma/sfm
Scientific Forest Management Project. This project is developed under WeObserve Open Data Challenge
https://github.com/kshitijrajsharma/sfm
Last synced: 24 days ago
JSON representation
Scientific Forest Management Project. This project is developed under WeObserve Open Data Challenge
- Host: GitHub
- URL: https://github.com/kshitijrajsharma/sfm
- Owner: kshitijrajsharma
- Created: 2020-07-20T12:45:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T11:18:25.000Z (almost 2 years ago)
- Last Synced: 2024-01-14T23:49:04.018Z (10 months ago)
- Language: Python
- Homepage:
- Size: 77.9 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You Should Have :
------Python 3 (if you’re using Linux, chances are that it’s already installed. Run python3 -V command to check)
-----Pip (the default Python package installer)
-----NodeJS(in a version 6 or plus) and npm (5.2+)
-----Postgresql 10 with PostGIS extension
Follow These Step to setup the project :
Run these command on terminal
1. sudo apt install -y python3-venv
2. mkdir environments
3. python3 -m venv reactenv
4. source reactenv/bin/activate
5. pip install -r requirements.txtFor the installation of Node JS and NPM
1. sudo apt update
2. sudo apt install nodejs
3. sudo apt install npm
4. nodejs -v
REMEMBER :
>>>>>>>This Project uses Postgresql with postgis extension enabled
>>>>>>>Hence make sure you installed postgresql 10 and created database named "sfm" with postgis extension enabled
>>>>>>> You can edit your username and password on settings.py file ( Default ::: username: 'postgres' and password: 'admin')AFTER YOU INITIALIZED DATABASE AND INSTALLED ALL LIBRARIES HIT THESE COMMANDS :
1. Python manage.py makemigrations
2. Python manage.py migrate
3. Navigate to node_modules and hit "npm install " & "npm start"