I would like to have the pencilblue nodejs cms with mongodb installed on my uberspace account. Which steps do I have to take?
How to install a nodejs cms like pencilblue on uberspace
715 views Asked by Lem At
1
There are 1 answers
Related Questions in NODE.JS
- Using Puppeteer to scrape a public API only when the data changes
- How to request administrator rights?
- How do I link two models in mongoose?
- Variable inside a Variable, not updating
- Unable to Post Form Data to MongoDB because of picturepath
- Connection terminated unexpectedly while performing multi row insert using pg-promise
- Processing multiple forms in nodejs and postgresql
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How to change the Font Weight of a SelectValue component in React when a SelectItem is selected?
- My unban and ban commands arent showing when i put the slash
- how to make read only file/directory in Mac writable
- How can I outsource worker processes within a for loop?
- Get remote MKV file metadata using nodejs
- Adding google-profanity-words to web page
- Products aren't displayed after fetching data from mysql db (node.js & express)
Related Questions in GITHUB
- How to update to the latest external Git in Azure Web App?
- Github Pages Deployment deploys a blank page
- Git Not In Sync with Local Branch
- How do I create a test passing badge for my yaml below
- Cant connect to any github repository from my netbeans 20
- How can i redirect pull request from main branch to another branch
- Trying to update the version.go file with the release tag from GitHub actions but its failing
- Encountering Errors Running GitHub Project: Wavelet-pixel domain progressive fusion network for underwater image enhancement - Seeking Assistance
- How can I reintroduce username an password on git using fedora?
- How do I find Github File_ID?
- Forking vs Cloning in GitHub
- I can't find ~/.profile or ~/.bashrc in C:/Users/<user>/.ssh folder
- how to build nextjs app unable to build and deploy
- Plugin with id 'com.android.application' not found in Github Winlator Project
- Git commit asks for passphrase which I don't remember
Related Questions in PENCILBLUE
- How to redirect the url from nested site in pencilblue?
- adsense-pencilblue initialising of plugin is failing
- Redirection from http to https (Pencilblue Elastic Beanstalk)
- Compose-for-mongodb Bluemix connection with pencilblue
- PencilBlue adding new field to the sign up form
- Why the main pencilblue module does not have the pencilblue.js
- How to connect pencilblue and mongodb running on two different AWS EC2 instances?
- How to run pencilblue on aws?
- How to install a nodejs cms like pencilblue on uberspace
- In Navigation, possibility for page as Parent Navigation Item for other pages?
- Pencilblue (node.js) performance issue: constantly writing to disk
- How do I subscribe to events in PencilBlue?
- Pencilblue installation
- Why my PencilBlue Blogs are breaking? Word wrap not implemented?
- Pencilblue - origin not allowed for controller endpont
Related Questions in UBERSPACE
- How to force mime type on js files with apache?
- Grav 1.7 Installation fails bc of call to undefined method
- PHP deployer - task deploy:unlock throws RuntimeException
- Akeneo PIM No alive nodes found in your cluster ERROR
- How to use Ruby CGI scripts on Uberspace
- How to redirect subfolder as proxy in htaccess?
- How to install a nodejs cms like pencilblue on uberspace
- Installing/Using Bower on Uberspace with NPM
- Flask FastCGI Setup
- Rails/Uberspacify: 503 Service Temporarily Unavailable
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
As I found it hard figuring out how to do it, here is how I finally succeeded. Most of it is relevant for nodeJS installations other than pencilblue as well.
First you need to create an account on uberspace.de.
Open your terminal and login into your uberspace console with ssh:
Enter the password you created with the creation of the account.
Create the service directory:
Create the mongo database:
Create folder for database data:
Start db:
You will get some login data. I suggest you write it down somewhere:
To connect to the db via shell you may use:
Configure npm:
Install pencilblue-cli:
Change to html-folder and create a .htaccess file (you could do this with your ftp-client as well):
Now if you want to use github: Create a new repository on github.
Open a new terminal window and clone pencilblue cms in a local folder on your machine:
Setup ssh on uberspace: Go back to your uberspace console.
Copy the whole key that is printed out and paste it in github under settings/SSH keys.
Clone the new repo in uberspace console:
Create a config.js either with vim config.js or upload it with ftp:
Install node_modules:
Create a service that starts the server:
Start the service:
Now you can go to the page on http://{account}.{server}.uberspace.de
(To start the service (hint: u = up):
To stop the service (hint: d = down):
To reload the service (hint: h = HUP):
To restart the service (hint: du = down, up):
To remove the service: