ownUI Setup
Install and configure ownCloud on your EC2 instance. Enable public file upload access and connect it with AWS services.
Step 1: Clone the Repo
Step 2: Setting up Middleware
scp -i ownCloudKey.pem -r owncloud-middleware/ ubuntu@34.227.74.159:~/ssh -i ownCloudKey.pem ubuntu@34.227.74.159cd owncloud-middlewaresudo apt update sudo apt install python3-venv -ypython3 -m venv venv source venv/bin/activate
Step 3: Running the Node.js Server
Step 4: Project Ready

Last updated