https://github.com/c0ntradicti0n/install
Installs all computerlinguistic repository to use all functions on a webserver
https://github.com/c0ntradicti0n/install
Last synced: about 2 months ago
JSON representation
Installs all computerlinguistic repository to use all functions on a webserver
- Host: GitHub
- URL: https://github.com/c0ntradicti0n/install
- Owner: c0ntradicti0n
- Created: 2020-01-15T15:15:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T18:05:57.000Z (over 5 years ago)
- Last Synced: 2025-02-15T00:42:16.418Z (4 months ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instAll
Ubuntu 18.04
Python 3.6```
sudo apt-get install python3-venv
sudo apt-get install maven
git clone https://github.com/c0ntradicti0n/instAll.git
. instAll/instAll.sh 2>&1 | tee installing.txt
```# Using SSL
## Getting Trusted Certificate
If doing an enterprisething, you will be going with this on a browser warning trouble!!!
If you don't want start with this directly:https://cheapsslsecurity.com/blog/self-signed-ssl-versus-trusted-ca-signed-ssl-certificate/
## Getting and configuring self-signed certificate (for development... with ssl)
* make certificate (keytool is in ubuntu available, if not ubuntu, in $java_home/bin (?)):
```
76 keytool -genkey -alias tomcat -keyalg RSA
81 keytool -list -keystore ~/.keystore
```* exchange server.xml connector
* change to port 80!```
sed -i 's|||g' apache
```* make certificate and .keystore
* look at the javaesque environment variables in the sample server.xml