Greenmine/install
Jump to navigation
Jump to search
- Install Ferreteria
- Clone the Greenmine Git repository into a folder of your choice, which we'll call <greenmine base>.
- My standard location for this is
/home/<user>/site/git/greenmine/.
- My standard location for this is
- Copy the
<greenmine base>/configfolder to a location outside of[greenmine base].- We'll call this new location
<local config>. - My standard location for this is
/home/<user>/site/config/greenmine
- We'll call this new location
- Make a copy of the
<local config>/examplefolder and name it<local config>/local.
Editing in progress
Steps
After installing Ferreteria, run these commands in a terminal on your web server (you can skip mkdir wherever the folder already exists):
- cd <$HOME>
- su <$USER>
- cd site/git
- git clone git@gitlab.com:woozalia/greenmine.git
- cd ../config
- cp -R ../git/greenmine/config greenmine
Note: might want to link instead of copying files that don't need to be edited, so the defaults get updated. Investigate later.