Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Lstu
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
5
Issues
5
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fiat Tux
Hat softwares
Lstu
Commits
c8ad7dcb
Commit
c8ad7dcb
authored
Dec 23, 2016
by
Luc Didry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add upgrade instructions + small changes in README
parent
0db8624a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
README.md
README.md
+15
-2
No files found.
README.md
View file @
c8ad7dcb
...
...
@@ -30,6 +30,17 @@ vi lstu.conf
The configuration file is self-documented.
## Upgrade
```
shell
cd
/your/lstu/installation/directory
git pull
make installdeps
vimdiff lstu.conf.template lstu.conf
```
Then reload the service manually (see below) or with your init system (
`service lstu reload`
).
## Usage
### Launch manually
...
...
@@ -39,6 +50,8 @@ This is good for test, not for production.
```
# start it
carton exec hypnotoad script/lstu
# reload it while running (yep, same command)
carton exec hypnotoad script/lstu
# stop it
carton exec hypnotoad -s script/lstu
```
...
...
@@ -100,13 +113,13 @@ For Nginx, use `utilities/lstu.nginx` as a template for your virtualhost configu
## Internationalization
Lstu comes with English
and French
languages. It will choose the language to display with the browser's settings.
Lstu comes with English
, French and Occitan
languages. It will choose the language to display with the browser's settings.
If you want to add more languages, please help on
<https://www.transifex.com/projects/p/lstu/>
There are just a few sentences, so it will be quick to translate.
If you add sentences to translate, just do
`make locales`
to update the
en.po file and don't forget to update the others translation
files.
If you add sentences to translate, just do
`make locales`
to update the
po
files.
## Official instance
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment